Opened 15 years ago

Closed 15 years ago

#1442 closed Bugs (fixed)

Documentation mistake

Reported by: Sergey Shandar <sergey.junk@…> Owned by: Thorsten Ottosen
Milestone: To Be Determined Component: range
Version: Boost 1.34.1 Severity: Cosmetic
Keywords: Cc:

Description

http://www.boost.org/libs/range/doc/utility_class.html#sub_range

1.34.1:

        template< class ForwardRange2 >
        sub_range( const Range2& r );

Should be:

        template< class ForwardRange2 >
        sub_range( const ForwardRange2& r );

Change History (1)

comment:1 by Thorsten Ottosen, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.