Subject: [Boost-bugs] [Boost C++ Libraries] #1858: small doc typo
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-04-24 16:36:49
#1858: small doc typo
--------------------------+-------------------------------------------------
Reporter: eric_niebler | Owner: bemandawes
Type: Bugs | Status: new
Milestone: Boost 1.36.0 | Component: filesystem
Version: Boost 1.35.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
The first row of the basic_path non-member operators table in the
filesystem reference section reads:
{{{
Expression Return Type Semantics
a / b basic_path<String, Traits> basic_path<String, Traits>
tmp(a);
return a /= b';
}}}
I think the return statement in the Semantics column should read {{{return
tmp /= b';}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1858>
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