From d6f513be5210e0e5ab035f415414f32d0286ccf8 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 11 Aug 2008 07:52:37 +0000 Subject: [PATCH] Rename 'emplace' with hint to 'emplace_hint'. [SVN r48081] --- doc/changes.qbk | 5 +++++ doc/ref.xml | 8 ++++---- include/boost/unordered_map.hpp | 4 ++-- include/boost/unordered_set.hpp | 4 ++-- test/unordered/compile_tests.hpp | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) 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. - +