Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r61356 - in trunk/libs: functional/hash/doc unordered/doc
From: daniel_james_at_[hidden]
Date: 2010-04-18 09:20:46


Author: danieljames
Date: 2010-04-18 09:20:45 EDT (Sun, 18 Apr 2010)
New Revision: 61356
URL: http://svn.boost.org/trac/boost/changeset/61356

Log:
Unordered/hash release notes.
Text files modified:
   trunk/libs/functional/hash/doc/changes.qbk | 10 ++++++++++
   trunk/libs/unordered/doc/changes.qbk | 3 ++-
   2 files changed, 12 insertions(+), 1 deletions(-)

Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk (original)
+++ trunk/libs/functional/hash/doc/changes.qbk 2010-04-18 09:20:45 EDT (Sun, 18 Apr 2010)
@@ -96,4 +96,14 @@
 * Some code formatting changes to fit lines into 80 characters.
 * Rename an internal namespace.
 
+[h2 Boost 1.43.0]
+
+* [@https://svn.boost.org/trac/boost/ticket/3866 Ticket 3866]:
+ Don't foward declare containers when using gcc's parallel library,
+ allow user to stop forward declaration by defining the
+ `BOOST_DETAIL_NO_CONTAINER_FWD` macro.
+* [@https://svn.boost.org/trac/boost/ticket/4038 Ticket 4038]:
+ Avoid hashing 0.5 and 0 to the same number.
+* Stop using deprecated `BOOST_HAS_*` macros.
+
 [endsect]

Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk (original)
+++ trunk/libs/unordered/doc/changes.qbk 2010-04-18 09:20:45 EDT (Sun, 18 Apr 2010)
@@ -117,7 +117,6 @@
   Add missing `std` qualifier to `ptrdiff_t`.
 * Some code formatting changes to fit almost all lines into 80 characters.
 
-
 [h2 Boost 1.43.0]
 
 * [@http://svn.boost.org/trac/boost/ticket/3966 Ticket 3966]:
@@ -127,5 +126,7 @@
   there's a strong possibility that this may change in the future. The old
   method name remains for backwards compatibility but is considered deprecated
   and will be removed in a future release.
+* Use Boost.Exception.
+* Stop using deprecated `BOOST_HAS_*` macros.
 
 [endsect]


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