|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58472 - trunk/libs/multi_index/doc/reference
From: joaquin_at_[hidden]
Date: 2009-12-21 04:54:44
Author: joaquin
Date: 2009-12-21 04:54:44 EST (Mon, 21 Dec 2009)
New Revision: 58472
URL: http://svn.boost.org/trac/boost/changeset/58472
Log:
fixed #3778
Text files modified:
trunk/libs/multi_index/doc/reference/ord_indices.html | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/libs/multi_index/doc/reference/ord_indices.html
==============================================================================
--- trunk/libs/multi_index/doc/reference/ord_indices.html (original)
+++ trunk/libs/multi_index/doc/reference/ord_indices.html 2009-12-21 04:54:44 EST (Mon, 21 Dec 2009)
@@ -508,7 +508,8 @@
<code>multi_index_container</code>.</li>
</ul>
<code>position</code> is used as a hint to improve the efficiency of the
-operation.<br>
+operation. If succesful, insertion happens as close as possible to the
+location just prior to <code>position</code>.<br>
<b>Returns:</b> On successful insertion, an iterator to the newly inserted
element. Otherwise, an iterator to an element that caused the insertion to be
banned. Note that more than one element can be causing insertion not to be
@@ -1023,7 +1024,7 @@
<br>
-<p>Revised July 21st 2009</p>
+<p>Revised December 21st 2009</p>
<p>© Copyright 2003-2009 Joaquín M López Muñoz.
Distributed under the Boost Software
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