[Boost-bugs] [Boost C++ Libraries] #1442: Documentation mistake

Subject: [Boost-bugs] [Boost C++ Libraries] #1442: Documentation mistake
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-11-15 02:37:17


#1442: Documentation mistake
---------------------------------------------------------+------------------
 Reporter: Sergey Shandar <sergey.junk_at_[hidden]> | Owner: nesotto
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: range
  Version: Boost 1.34.1 | Severity: Cosmetic
 Keywords: |
---------------------------------------------------------+------------------
 http://www.boost.org/libs/range/doc/utility_class.html#sub_range

 1.34.1:
 {{{
 #!cpp
         template< class ForwardRange2 >
         sub_range( const Range2& r );
 }}}

 Should be:
 {{{
 #!cpp
         template< class ForwardRange2 >
         sub_range( const ForwardRange2& r );
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1442>
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:49:57 UTC