$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53311 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-05-27 13:42:02
Author: danieljames
Date: 2009-05-27 13:42:01 EDT (Wed, 27 May 2009)
New Revision: 53311
URL: http://svn.boost.org/trac/boost/changeset/53311
Log:
Missing changelog entry.
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-05-27 13:42:01 EDT (Wed, 27 May 2009)
@@ -79,6 +79,7 @@
the length right if it changes again in the future.
* [@https://svn.boost.org/trac/boost/ticket/1978 Ticket 1978]:
Implement `emplace` for all compilers.
+* Better configuration for C++0x features when the headers aren't available.
* [@https://svn.boost.org/trac/boost/ticket/2908 Ticket 2908]:
Add explicit destructors to all containers.