diff --git a/doc/changes.qbk b/doc/changes.qbk index 8fd4c2a9..07163a6a 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -33,4 +33,9 @@ First official release. are available. * Added equality operators. +[h2 Development...] + +* 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]. + [endsect] diff --git a/doc/ref.xml b/doc/ref.xml index d7dd9259..1600042b 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -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. - +