Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76527 - branches/release/libs/algorithm/string/doc
From: marshall_at_[hidden]
Date: 2012-01-15 11:49:26


Author: marshall
Date: 2012-01-15 11:49:25 EST (Sun, 15 Jan 2012)
New Revision: 76527
URL: http://svn.boost.org/trac/boost/changeset/76527

Log:
Merge changes to release; fixes #5589
Text files modified:
   branches/release/libs/algorithm/string/doc/quickref.xml | 14 ++++++++++++++
   1 files changed, 14 insertions(+), 0 deletions(-)

Modified: branches/release/libs/algorithm/string/doc/quickref.xml
==============================================================================
--- branches/release/libs/algorithm/string/doc/quickref.xml (original)
+++ branches/release/libs/algorithm/string/doc/quickref.xml 2012-01-15 11:49:25 EST (Sun, 15 Jan 2012)
@@ -737,6 +737,20 @@
                             <functionname>is_xdigit()</functionname>
                         </entry>
                     </row>
+ <row>
+ <entry>is_any_of</entry>
+ <entry>Recognize any of a sequence of characters</entry>
+ <entry>
+ <functionname>is_any_of()</functionname>
+ </entry>
+ </row>
+ <row>
+ <entry>is_from_range</entry>
+ <entry>Recognize characters inside a min..max range</entry>
+ <entry>
+ <functionname>is_from_range()</functionname>
+ </entry>
+ </row>
                 </tbody>
             </tgroup>
         </table>


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