Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76112 - trunk/boost/intrusive
From: igaztanaga_at_[hidden]
Date: 2011-12-23 04:48:58


Author: igaztanaga
Date: 2011-12-23 04:48:56 EST (Fri, 23 Dec 2011)
New Revision: 76112
URL: http://svn.boost.org/trac/boost/changeset/76112

Log:
Fixed bug #6223
Text files modified:
   trunk/boost/intrusive/slist.hpp | 3 ++-
   1 files changed, 2 insertions(+), 1 deletions(-)

Modified: trunk/boost/intrusive/slist.hpp
==============================================================================
--- trunk/boost/intrusive/slist.hpp (original)
+++ trunk/boost/intrusive/slist.hpp 2011-12-23 04:48:56 EST (Fri, 23 Dec 2011)
@@ -1109,7 +1109,8 @@
       this->insert_after(this->cbefore_begin(), b, e, disposer);
    }
 
- //! <b>Requires</b>: prev is an iterator to an element or x.end()/x.before_begin() in x.
+ //! <b>Requires</b>: prev must point to an element contained by this list or
+ //! to the before_begin() element
    //!
    //! <b>Effects</b>: Transfers all the elements of list x to this list, after the
    //! the element pointed by prev. No destructors or copy constructors are called.


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