Opened 7 years ago

#11882 new Tasks

Mistake in iterator facade documentation

Reported by: sylvaincoulombel@… Owned by: jeffrey.hellrung
Milestone: To Be Determined Component: iterator
Version: Boost 1.60.0 Severity: Not Applicable
Keywords: iterator; facade; doc Cc:

Description

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

Change History (0)

Note: See TracTickets for help on using tickets.