Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80056 - trunk/libs/algorithm/string/doc
From: marshall_at_[hidden]
Date: 2012-08-15 23:55:01


Author: marshall
Date: 2012-08-15 23:55:00 EDT (Wed, 15 Aug 2012)
New Revision: 80056
URL: http://svn.boost.org/trac/boost/changeset/80056

Log:
Fix typo in docs; Refs #6595
Text files modified:
   trunk/libs/algorithm/string/doc/usage.xml | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/algorithm/string/doc/usage.xml
==============================================================================
--- trunk/libs/algorithm/string/doc/usage.xml (original)
+++ trunk/libs/algorithm/string/doc/usage.xml 2012-08-15 23:55:00 EDT (Wed, 15 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"
     


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