$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52350 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-04-12 06:50:57
Author: danieljames
Date: 2009-04-12 06:50:57 EDT (Sun, 12 Apr 2009)
New Revision: 52350
URL: http://svn.boost.org/trac/boost/changeset/52350
Log:
Note change to operator[] in the unordered release notes.
Text files modified:
trunk/libs/unordered/doc/changes.qbk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk (original)
+++ trunk/libs/unordered/doc/changes.qbk 2009-04-12 06:50:57 EDT (Sun, 12 Apr 2009)
@@ -68,5 +68,6 @@
on Visual C++ 2009.
* Some other minor internal changes to the implementation, tests and
documentation.
+* Avoid an unnecessary copy in `operator[]`.
[endsect]