Subject: [Boost-bugs] [Boost C++ Libraries] #11882: Mistake in iterator facade documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2016-01-03 20:56:30
#11882: Mistake in iterator facade documentation
---------------------------------+------------------------------
Reporter: sylvaincoulombel@⦠| Owner: jeffrey.hellrung
Type: Tasks | Status: new
Milestone: To Be Determined | Component: iterator
Version: Boost 1.60.0 | Severity: Not Applicable
Keywords: iterator;facade;doc |
---------------------------------+------------------------------
Hi,
In boost doc available here:
http://www.boost.org/doc/libs/1_60_0/libs/iterator/doc/iterator_facade.html
In interoperability section there is a mistake in the example code:
typedef impl::node_iterator<node_base> node_iterator;
whereas it should be
typedef node_iter<node_base> node_iterator;
Same for const version.
Kindest regards,
Sylvain
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/11882> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:19 UTC