From c918da0249034c3b1eeb0db49f46c5391a4307bc Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 16 Dec 2007 17:48:25 +0000 Subject: [PATCH] operator== work in progress, undocumented and untested. [SVN r42106] --- doc/ref.xml | 192 ++++++++++++++++++ .../unordered/detail/hash_table_impl.hpp | 64 ++++++ include/boost/unordered_map.hpp | 20 ++ include/boost/unordered_set.hpp | 20 ++ test/container/compile_tests.hpp | 18 +- test/container/map_compile.cpp | 32 ++- test/container/set_compile.cpp | 2 + test/objects/minimal.hpp | 20 ++ 8 files changed, 359 insertions(+), 9 deletions(-) diff --git a/doc/ref.xml b/doc/ref.xml index 01a8d2b1..c0e4bc30 100644 --- a/doc/ref.xml +++ b/doc/ref.xml @@ -591,6 +591,52 @@ file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) + + + + + unordered_set<Value, Hash, Pred, Alloc> const& + + + unordered_set<Value, Hash, Pred, Alloc> const& + + bool + + This is a boost extension. + + + + + + unordered_set<Value, Hash, Pred, Alloc> const& + + + unordered_set<Value, Hash, Pred, Alloc> const& + + bool + + This is a boost extension. + + +