diff --git a/doc/changes.qbk b/doc/changes.qbk index 8fd4c2a9..b55a5170 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -33,4 +33,13 @@ First official release. are available. * Added equality operators. +[h2 Boost 1.37.0] + +* Rename overload of `emplace` with hint, to `emplace_hint` as specified in + [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf n2691]. +* Provide forwarding headers at `` and + ``. +* Move all the implementation inside `boost/unordered`, to assist + modularization and hopefully make it easier to track changes in subversion. + [endsect] diff --git a/doc/intro.qbk b/doc/intro.qbk index 5f918138..6e4b4ce1 100644 --- a/doc/intro.qbk +++ b/doc/intro.qbk @@ -9,7 +9,7 @@ [@http://www.boost.org/doc/html/boost_tr1.html Boost.TR1]] [def __draft__ - [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2007/n2461.pdf + [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf Working Draft of the C++ Standard]] [def __hash-table__ [@http://en.wikipedia.org/wiki/Hash_table hash table]] diff --git a/doc/ref.xml b/doc/ref.xml index d7dd9259..67ef3640 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -24,7 +24,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) For the normative reference see chapter 23 of - the working draft of the C++ standard [n2461]. + the working draft of the C++ standard [n2691]. Template Parameters @@ -287,7 +287,7 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) Only available on compilers with support for variadic template arguments and rvalue references. - +