Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r86173 - in trunk/libs: functional/hash/doc unordered/doc
From: dnljms_at_[hidden]
Date: 2013-10-06 04:03:12


Author: danieljames
Date: 2013-10-06 04:03:12 EDT (Sun, 06 Oct 2013)
New Revision: 86173
URL: http://svn.boost.org/trac/boost/changeset/86173

Log:
Change log.

Text files modified:
   trunk/libs/functional/hash/doc/changes.qbk | 9 +++++++++
   trunk/libs/unordered/doc/changes.qbk | 5 +++++
   2 files changed, 14 insertions(+), 0 deletions(-)

Modified: trunk/libs/functional/hash/doc/changes.qbk
==============================================================================
--- trunk/libs/functional/hash/doc/changes.qbk Sun Oct 6 04:02:35 2013 (r86172)
+++ trunk/libs/functional/hash/doc/changes.qbk 2013-10-06 04:03:12 EDT (Sun, 06 Oct 2013) (r86173)
@@ -3,6 +3,8 @@
  / 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) ]
 
+[template ticket[number]'''<ulink url="https://svn.boost.org/trac/boost/ticket/'''[number]'''">'''#[number]'''</ulink>''']
+
 [section:changes Change Log]
 
 [h2 Boost 1.33.0]
@@ -160,4 +162,11 @@
 * [@https://svn.boost.org/trac/boost/ticket/7957 Ticket 7957]:
   Fixed a typo.
 
+[h2 Boost 1.55.0]
+
+* Simplify a SFINAE check so that it will hopefully work on Sun 5.9
+ ([ticket 8822]).
+* Suppress Visual C++ infinite loop warning ([ticket 8568]).
+
+
 [endsect]

Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk Sun Oct 6 04:02:35 2013 (r86172)
+++ trunk/libs/unordered/doc/changes.qbk 2013-10-06 04:03:12 EDT (Sun, 06 Oct 2013) (r86173)
@@ -235,4 +235,9 @@
 * If the hash function and equality predicate are known to both have nothrow
   move assignment or construction then use them.
 
+[h2 Boost 1.55.0]
+
+* Avoid some warnings ([ticket 8851], [ticket 8874]).
+* Avoid exposing some detail functions via. ADL on the iterators.
+
 [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