|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80057 - in branches/release/libs: algorithm/string/doc date_time/xmldoc
From: marshall_at_[hidden]
Date: 2012-08-16 01:16:43
Author: marshall
Date: 2012-08-16 01:16:42 EDT (Thu, 16 Aug 2012)
New Revision: 80057
URL: http://svn.boost.org/trac/boost/changeset/80057
Log:
Merge doc typo corrections to release; fixes #6595; fixes #7182
Properties modified:
branches/release/libs/date_time/xmldoc/time_duration.xml (contents, props changed)
Text files modified:
branches/release/libs/algorithm/string/doc/usage.xml | 2 +-
branches/release/libs/date_time/xmldoc/time_duration.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Modified: branches/release/libs/algorithm/string/doc/usage.xml
==============================================================================
--- branches/release/libs/algorithm/string/doc/usage.xml (original)
+++ branches/release/libs/algorithm/string/doc/usage.xml 2012-08-16 01:16:42 EDT (Thu, 16 Aug 2012)
@@ -130,7 +130,7 @@
string str1("command.com");
cout
<< str1
- << (is_executable("command.com")? "is": "is not")
+ << (is_executable(str1)? "is": "is not")
<< "an executable"
<< endl; // prints "command.com is an executable"
Modified: branches/release/libs/date_time/xmldoc/time_duration.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/time_duration.xml (original)
+++ branches/release/libs/date_time/xmldoc/time_duration.xml 2012-08-16 01:16:42 EDT (Thu, 16 Aug 2012)
@@ -401,7 +401,7 @@
<entry>Returns true if time_duration is positive infinity</entry>
</row>
<row>
- <entry><screen>time_duration td(neg_infin);
+ <entry><screen>time_duration td(pos_infin);
td.is_pos_infinity(); // --> true</screen></entry>
</row>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk