Opened 15 years ago

Closed 15 years ago

#1145 closed Bugs (fixed)

Small bugs in Boost.Range documentation

Reported by: Ronald Garcia Owned by: Thorsten Ottosen
Milestone: To Be Determined Component: range
Version: Boost 1.34.1 Severity: Problem
Keywords: Cc:

Description

In the synopsis of iterator_range on the page: libs/range/doc/utility_class.html

what are the following metafunctions: const_iterator_of, and iterator_of.

I do not see them documented anywhere.

There is also a typo in the synopsis of subrange: sub_range( const Range2& r ); should be

sub_range( const ForwardRange2& r );

Change History (2)

comment:1 by Marshall Clow, 15 years ago

Component: Nonerange
Owner: set to Thorsten Ottosen

comment:2 by Thorsten Ottosen, 15 years ago

Resolution: fixed
Status: newclosed

Documentation updated.

Note: See TracTickets for help on using tickets.