|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58473 - in branches/release/libs/multi_index: doc/reference test
From: joaquin_at_[hidden]
Date: 2009-12-21 05:23:36
Author: joaquin
Date: 2009-12-21 05:23:36 EST (Mon, 21 Dec 2009)
New Revision: 58473
URL: http://svn.boost.org/trac/boost/changeset/58473
Log:
merged [57541] and [58472] from trunk
Text files modified:
branches/release/libs/multi_index/doc/reference/ord_indices.html | 5 +++--
branches/release/libs/multi_index/test/test_key_extractors.cpp | 3 ++-
2 files changed, 5 insertions(+), 3 deletions(-)
Modified: branches/release/libs/multi_index/doc/reference/ord_indices.html
==============================================================================
--- branches/release/libs/multi_index/doc/reference/ord_indices.html (original)
+++ branches/release/libs/multi_index/doc/reference/ord_indices.html 2009-12-21 05:23:36 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
Modified: branches/release/libs/multi_index/test/test_key_extractors.cpp
==============================================================================
--- branches/release/libs/multi_index/test/test_key_extractors.cpp (original)
+++ branches/release/libs/multi_index/test/test_key_extractors.cpp 2009-12-21 05:23:36 EST (Mon, 21 Dec 2009)
@@ -1,6 +1,6 @@
/* Boost.MultiIndex test for key extractors.
*
- * Copyright 2003-2008 Joaquin M Lopez Munoz.
+ * Copyright 2003-2009 Joaquin M Lopez Munoz.
* Distributed under the Boost Software License, Version 1.0.
* (See accompanying file LICENSE_1_0.txt or copy at
* http://www.boost.org/LICENSE_1_0.txt)
@@ -125,6 +125,7 @@
private:
test_nc_class(const test_nc_class&);
+ test_nc_class& operator=(const test_nc_class&);
};
struct test_nc_derived_class:test_nc_class
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