$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r53255 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-05-25 15:45:07
Author: danieljames
Date: 2009-05-25 15:45:06 EDT (Mon, 25 May 2009)
New Revision: 53255
URL: http://svn.boost.org/trac/boost/changeset/53255
Log:
Unordered change log.
Text files modified: 
   trunk/libs/unordered/doc/changes.qbk |    10 ++++++++++                              
   1 files changed, 10 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-25 15:45:06 EDT (Mon, 25 May 2009)
@@ -69,5 +69,15 @@
 * Some other minor internal changes to the implementation, tests and
   documentation.
 * Avoid an unnecessary copy in `operator[]`.
+* [@https://svn.boost.org/trac/boost/ticket/2975 Ticket 2975]: Fix length of
+  prime number list.
+
+[h2 Boost 1.40.0]
+
+* [@https://svn.boost.org/trac/boost/ticket/2975 Ticket 2975]:
+  Store the prime list as a preprocessor sequence - so that it will always get
+  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.
 
 [endsect]