|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r62690 - trunk/boost/algorithm/string
From: steven_at_[hidden]
Date: 2010-06-09 16:31:27
Author: steven_watanabe
Date: 2010-06-09 16:31:26 EDT (Wed, 09 Jun 2010)
New Revision: 62690
URL: http://svn.boost.org/trac/boost/changeset/62690
Log:
Tail not head. Fixes #3314
Text files modified:
trunk/boost/algorithm/string/erase.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/algorithm/string/erase.hpp
==============================================================================
--- trunk/boost/algorithm/string/erase.hpp (original)
+++ trunk/boost/algorithm/string/erase.hpp 2010-06-09 16:31:26 EDT (Wed, 09 Jun 2010)
@@ -752,7 +752,7 @@
\param Output An output iterator to which the result will be copied
\param Input An input string
- \param N Length of the head.
+ \param N Length of the tail.
For N>=0, at most N characters are extracted.
For N<0, size(Input)-|N| characters are extracted.
\return An output iterator pointing just after the last inserted character or
@@ -797,7 +797,7 @@
considered to be the tail. The input sequence is modified in-place.
\param Input An input string
- \param N Length of the head
+ \param N Length of the tail
For N>=0, at most N characters are extracted.
For N<0, size(Input)-|N| characters are extracted.
*/
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