2010-02-10 20:14:33 +01:00
|
|
|
// TR1 unordered_set implementation -*- C++ -*-
|
2007-06-01 01:37:56 +02:00
|
|
|
|
2017-01-01 13:07:43 +01:00
|
|
|
// Copyright (C) 2010-2017 Free Software Foundation, Inc.
|
2007-06-01 01:37:56 +02:00
|
|
|
//
|
|
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
// software; you can redistribute it and/or modify it under the
|
|
|
|
// terms of the GNU General Public License as published by the
|
2009-04-09 17:00:19 +02:00
|
|
|
// Free Software Foundation; either version 3, or (at your option)
|
2007-06-01 01:37:56 +02:00
|
|
|
// any later version.
|
|
|
|
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
// Under Section 7 of GPL version 3, you are granted additional
|
|
|
|
// permissions described in the GCC Runtime Library Exception, version
|
|
|
|
// 3.1, as published by the Free Software Foundation.
|
2007-06-01 01:37:56 +02:00
|
|
|
|
2009-04-09 17:00:19 +02:00
|
|
|
// You should have received a copy of the GNU General Public License and
|
|
|
|
// a copy of the GCC Runtime Library Exception along with this program;
|
|
|
|
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
|
|
|
|
// <http://www.gnu.org/licenses/>.
|
2007-06-01 01:37:56 +02:00
|
|
|
|
2010-02-10 20:14:33 +01:00
|
|
|
/** @file tr1/unordered_set.h
|
2007-06-01 01:37:56 +02:00
|
|
|
* This is an internal header file, included by other library headers.
|
2010-12-19 10:21:16 +01:00
|
|
|
* Do not attempt to use it directly. @headername{tr1/unordered_set}
|
2007-06-01 01:37:56 +02:00
|
|
|
*/
|
|
|
|
|
PR libstdc++/36104 part four
2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104 part four
* include/bits/c++config (_GLIBCXX_STD): Remove.
(_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
(_GLIBCXX_P): Now _GLIBCXX_STD_A.
(_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
_GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
(_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
_GLIBCXX_INLINE_PROFILE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
(_GLIBCXX_END_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
(_GLIBCXX_END_NESTED_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
(_GLIBCXX_END_NAMESPACE_ALGO): Add.
(_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
(_GLIBCXX_END_NAMESPACE_VERSION): Add.
(_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
(_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
(_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
* include/*: Use new macros for namespace scope.
* config/*: Same.
* src/*: Same.
* src/Makefile.am (sources): Remove debug_list.cc, add
compatibility-debug_list-2.cc.
(parallel_sources): Remove parallel_list.cc, add
compatibility-parallel_list-2.cc.
(compatibility-parallel_list-2.[o,lo]): New rule.
* src/Makefile.in: Regenerate.
* src/debug_list.cc: Remove.
* src/parallel_list.cc: Remove.
* src/compatibility-list-2.cc: New.
* src/compatibility-debug_list-2.cc: New.
* src/compatibility-parallel_list-2.cc: New.
* doc/doxygen/user.cfg.in: Adjust macros.
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
* testsuite/20_util/declval/requirements/1_neg.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
* testsuite/20_util/forward/c_neg.cc: Same.
* testsuite/20_util/forward/f_neg.cc: Same.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/forward_list/capacity/1.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
assign_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
insert_neg.cc: Same.
* testsuite/23_containers/list/capacity/29134.cc: Same.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
* testsuite/25_algorithms/sort/35588.cc: Same.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
* testsuite/ext/profile/mutex_extensions_neg.cc: Same.
* testsuite/ext/profile/profiler_algos.cc: Same.
* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
From-SVN: r169421
2011-01-30 23:39:36 +01:00
|
|
|
namespace std _GLIBCXX_VISIBILITY(default)
|
2010-12-19 10:21:16 +01:00
|
|
|
{
|
2010-02-10 17:09:42 +01:00
|
|
|
namespace tr1
|
|
|
|
{
|
PR libstdc++/36104 part four
2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104 part four
* include/bits/c++config (_GLIBCXX_STD): Remove.
(_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
(_GLIBCXX_P): Now _GLIBCXX_STD_A.
(_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
_GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
(_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
_GLIBCXX_INLINE_PROFILE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
(_GLIBCXX_END_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
(_GLIBCXX_END_NESTED_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
(_GLIBCXX_END_NAMESPACE_ALGO): Add.
(_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
(_GLIBCXX_END_NAMESPACE_VERSION): Add.
(_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
(_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
(_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
* include/*: Use new macros for namespace scope.
* config/*: Same.
* src/*: Same.
* src/Makefile.am (sources): Remove debug_list.cc, add
compatibility-debug_list-2.cc.
(parallel_sources): Remove parallel_list.cc, add
compatibility-parallel_list-2.cc.
(compatibility-parallel_list-2.[o,lo]): New rule.
* src/Makefile.in: Regenerate.
* src/debug_list.cc: Remove.
* src/parallel_list.cc: Remove.
* src/compatibility-list-2.cc: New.
* src/compatibility-debug_list-2.cc: New.
* src/compatibility-parallel_list-2.cc: New.
* doc/doxygen/user.cfg.in: Adjust macros.
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
* testsuite/20_util/declval/requirements/1_neg.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
* testsuite/20_util/forward/c_neg.cc: Same.
* testsuite/20_util/forward/f_neg.cc: Same.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/forward_list/capacity/1.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
assign_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
insert_neg.cc: Same.
* testsuite/23_containers/list/capacity/29134.cc: Same.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
* testsuite/25_algorithms/sort/35588.cc: Same.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
* testsuite/ext/profile/mutex_extensions_neg.cc: Same.
* testsuite/ext/profile/profiler_algos.cc: Same.
* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
From-SVN: r169421
2011-01-30 23:39:36 +01:00
|
|
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|
|
|
|
|
|
|
// NB: When we get typedef templates these class definitions
|
2007-06-01 01:37:56 +02:00
|
|
|
// will be unnecessary.
|
|
|
|
template<class _Value,
|
|
|
|
class _Hash = hash<_Value>,
|
|
|
|
class _Pred = std::equal_to<_Value>,
|
|
|
|
class _Alloc = std::allocator<_Value>,
|
|
|
|
bool __cache_hash_code = false>
|
|
|
|
class __unordered_set
|
|
|
|
: public _Hashtable<_Value, _Value, _Alloc,
|
|
|
|
std::_Identity<_Value>, _Pred,
|
|
|
|
_Hash, __detail::_Mod_range_hashing,
|
|
|
|
__detail::_Default_ranged_hash,
|
|
|
|
__detail::_Prime_rehash_policy,
|
|
|
|
__cache_hash_code, true, true>
|
|
|
|
{
|
|
|
|
typedef _Hashtable<_Value, _Value, _Alloc,
|
|
|
|
std::_Identity<_Value>, _Pred,
|
|
|
|
_Hash, __detail::_Mod_range_hashing,
|
|
|
|
__detail::_Default_ranged_hash,
|
|
|
|
__detail::_Prime_rehash_policy,
|
|
|
|
__cache_hash_code, true, true>
|
2010-12-19 10:21:16 +01:00
|
|
|
_Base;
|
2007-06-01 01:37:56 +02:00
|
|
|
|
|
|
|
public:
|
|
|
|
typedef typename _Base::size_type size_type;
|
|
|
|
typedef typename _Base::hasher hasher;
|
|
|
|
typedef typename _Base::key_equal key_equal;
|
|
|
|
typedef typename _Base::allocator_type allocator_type;
|
2010-12-19 10:21:16 +01:00
|
|
|
|
2007-06-01 01:37:56 +02:00
|
|
|
explicit
|
|
|
|
__unordered_set(size_type __n = 10,
|
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__n, __hf, __detail::_Mod_range_hashing(),
|
|
|
|
__detail::_Default_ranged_hash(), __eql,
|
|
|
|
std::_Identity<_Value>(), __a)
|
|
|
|
{ }
|
|
|
|
|
|
|
|
template<typename _InputIterator>
|
2010-12-19 10:21:16 +01:00
|
|
|
__unordered_set(_InputIterator __f, _InputIterator __l,
|
2007-06-01 01:37:56 +02:00
|
|
|
size_type __n = 10,
|
2010-12-19 10:21:16 +01:00
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
2007-06-01 01:37:56 +02:00
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
|
|
|
|
__detail::_Default_ranged_hash(), __eql,
|
|
|
|
std::_Identity<_Value>(), __a)
|
2010-12-19 10:21:16 +01:00
|
|
|
{ }
|
2007-06-01 01:37:56 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
template<class _Value,
|
|
|
|
class _Hash = hash<_Value>,
|
|
|
|
class _Pred = std::equal_to<_Value>,
|
|
|
|
class _Alloc = std::allocator<_Value>,
|
|
|
|
bool __cache_hash_code = false>
|
|
|
|
class __unordered_multiset
|
|
|
|
: public _Hashtable<_Value, _Value, _Alloc,
|
|
|
|
std::_Identity<_Value>, _Pred,
|
|
|
|
_Hash, __detail::_Mod_range_hashing,
|
|
|
|
__detail::_Default_ranged_hash,
|
|
|
|
__detail::_Prime_rehash_policy,
|
|
|
|
__cache_hash_code, true, false>
|
|
|
|
{
|
|
|
|
typedef _Hashtable<_Value, _Value, _Alloc,
|
|
|
|
std::_Identity<_Value>, _Pred,
|
|
|
|
_Hash, __detail::_Mod_range_hashing,
|
|
|
|
__detail::_Default_ranged_hash,
|
|
|
|
__detail::_Prime_rehash_policy,
|
|
|
|
__cache_hash_code, true, false>
|
2010-12-19 10:21:16 +01:00
|
|
|
_Base;
|
2007-06-01 01:37:56 +02:00
|
|
|
|
|
|
|
public:
|
|
|
|
typedef typename _Base::size_type size_type;
|
|
|
|
typedef typename _Base::hasher hasher;
|
|
|
|
typedef typename _Base::key_equal key_equal;
|
|
|
|
typedef typename _Base::allocator_type allocator_type;
|
2010-12-19 10:21:16 +01:00
|
|
|
|
2007-06-01 01:37:56 +02:00
|
|
|
explicit
|
|
|
|
__unordered_multiset(size_type __n = 10,
|
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__n, __hf, __detail::_Mod_range_hashing(),
|
|
|
|
__detail::_Default_ranged_hash(), __eql,
|
|
|
|
std::_Identity<_Value>(), __a)
|
|
|
|
{ }
|
|
|
|
|
|
|
|
|
|
|
|
template<typename _InputIterator>
|
2010-12-19 10:21:16 +01:00
|
|
|
__unordered_multiset(_InputIterator __f, _InputIterator __l,
|
2007-06-01 01:37:56 +02:00
|
|
|
typename _Base::size_type __n = 0,
|
2010-12-19 10:21:16 +01:00
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
2007-06-01 01:37:56 +02:00
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
|
|
|
|
__detail::_Default_ranged_hash(), __eql,
|
|
|
|
std::_Identity<_Value>(), __a)
|
2010-12-19 10:21:16 +01:00
|
|
|
{ }
|
2007-06-01 01:37:56 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
template<class _Value, class _Hash, class _Pred, class _Alloc,
|
|
|
|
bool __cache_hash_code>
|
|
|
|
inline void
|
2008-03-26 07:27:35 +01:00
|
|
|
swap(__unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __x,
|
|
|
|
__unordered_set<_Value, _Hash, _Pred, _Alloc, __cache_hash_code>& __y)
|
2007-06-01 01:37:56 +02:00
|
|
|
{ __x.swap(__y); }
|
|
|
|
|
|
|
|
template<class _Value, class _Hash, class _Pred, class _Alloc,
|
|
|
|
bool __cache_hash_code>
|
|
|
|
inline void
|
|
|
|
swap(__unordered_multiset<_Value, _Hash, _Pred,
|
|
|
|
_Alloc, __cache_hash_code>& __x,
|
|
|
|
__unordered_multiset<_Value, _Hash, _Pred,
|
|
|
|
_Alloc, __cache_hash_code>& __y)
|
|
|
|
{ __x.swap(__y); }
|
|
|
|
|
|
|
|
|
2009-02-19 09:15:15 +01:00
|
|
|
/**
|
|
|
|
* @brief A standard container composed of unique keys (containing
|
|
|
|
* at most one of each key value) in which the elements' keys are
|
|
|
|
* the elements themselves.
|
|
|
|
*
|
|
|
|
* @ingroup unordered_associative_containers
|
|
|
|
*
|
|
|
|
* Meets the requirements of a <a href="tables.html#65">container</a>, and
|
|
|
|
* <a href="tables.html#xx">unordered associative container</a>
|
|
|
|
*
|
|
|
|
* @param Value Type of key objects.
|
|
|
|
* @param Hash Hashing function object type, defaults to hash<Value>.
|
|
|
|
* @param Pred Predicate function object type, defaults to equal_to<Value>.
|
|
|
|
* @param Alloc Allocator type, defaults to allocator<Key>.
|
|
|
|
*/
|
2007-06-01 01:37:56 +02:00
|
|
|
template<class _Value,
|
|
|
|
class _Hash = hash<_Value>,
|
|
|
|
class _Pred = std::equal_to<_Value>,
|
|
|
|
class _Alloc = std::allocator<_Value> >
|
|
|
|
class unordered_set
|
|
|
|
: public __unordered_set<_Value, _Hash, _Pred, _Alloc>
|
|
|
|
{
|
|
|
|
typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base;
|
|
|
|
|
|
|
|
public:
|
2008-07-21 21:40:39 +02:00
|
|
|
typedef typename _Base::value_type value_type;
|
2007-06-01 01:37:56 +02:00
|
|
|
typedef typename _Base::size_type size_type;
|
|
|
|
typedef typename _Base::hasher hasher;
|
|
|
|
typedef typename _Base::key_equal key_equal;
|
|
|
|
typedef typename _Base::allocator_type allocator_type;
|
2010-12-19 10:21:16 +01:00
|
|
|
|
2007-06-01 01:37:56 +02:00
|
|
|
explicit
|
|
|
|
unordered_set(size_type __n = 10,
|
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__n, __hf, __eql, __a)
|
|
|
|
{ }
|
|
|
|
|
|
|
|
template<typename _InputIterator>
|
2010-12-19 10:21:16 +01:00
|
|
|
unordered_set(_InputIterator __f, _InputIterator __l,
|
2007-06-01 01:37:56 +02:00
|
|
|
size_type __n = 10,
|
2010-12-19 10:21:16 +01:00
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
2007-06-01 01:37:56 +02:00
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__f, __l, __n, __hf, __eql, __a)
|
2010-12-19 10:21:16 +01:00
|
|
|
{ }
|
2007-06-01 01:37:56 +02:00
|
|
|
};
|
|
|
|
|
2009-02-19 09:15:15 +01:00
|
|
|
/**
|
|
|
|
* @brief A standard container composed of equivalent keys
|
|
|
|
* (possibly containing multiple of each key value) in which the
|
|
|
|
* elements' keys are the elements themselves.
|
|
|
|
*
|
|
|
|
* @ingroup unordered_associative_containers
|
|
|
|
*
|
|
|
|
* Meets the requirements of a <a href="tables.html#65">container</a>, and
|
|
|
|
* <a href="tables.html#xx">unordered associative container</a>
|
|
|
|
*
|
|
|
|
* @param Value Type of key objects.
|
|
|
|
* @param Hash Hashing function object type, defaults to hash<Value>.
|
|
|
|
* @param Pred Predicate function object type, defaults to equal_to<Value>.
|
|
|
|
* @param Alloc Allocator type, defaults to allocator<Key>.
|
|
|
|
*/
|
2007-06-01 01:37:56 +02:00
|
|
|
template<class _Value,
|
|
|
|
class _Hash = hash<_Value>,
|
|
|
|
class _Pred = std::equal_to<_Value>,
|
|
|
|
class _Alloc = std::allocator<_Value> >
|
|
|
|
class unordered_multiset
|
|
|
|
: public __unordered_multiset<_Value, _Hash, _Pred, _Alloc>
|
|
|
|
{
|
|
|
|
typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base;
|
|
|
|
|
|
|
|
public:
|
2008-07-21 21:40:39 +02:00
|
|
|
typedef typename _Base::value_type value_type;
|
2007-06-01 01:37:56 +02:00
|
|
|
typedef typename _Base::size_type size_type;
|
|
|
|
typedef typename _Base::hasher hasher;
|
|
|
|
typedef typename _Base::key_equal key_equal;
|
|
|
|
typedef typename _Base::allocator_type allocator_type;
|
2010-12-19 10:21:16 +01:00
|
|
|
|
2007-06-01 01:37:56 +02:00
|
|
|
explicit
|
|
|
|
unordered_multiset(size_type __n = 10,
|
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__n, __hf, __eql, __a)
|
|
|
|
{ }
|
|
|
|
|
|
|
|
|
|
|
|
template<typename _InputIterator>
|
2010-12-19 10:21:16 +01:00
|
|
|
unordered_multiset(_InputIterator __f, _InputIterator __l,
|
2007-06-01 01:37:56 +02:00
|
|
|
typename _Base::size_type __n = 0,
|
2010-12-19 10:21:16 +01:00
|
|
|
const hasher& __hf = hasher(),
|
|
|
|
const key_equal& __eql = key_equal(),
|
2007-06-01 01:37:56 +02:00
|
|
|
const allocator_type& __a = allocator_type())
|
|
|
|
: _Base(__f, __l, __n, __hf, __eql, __a)
|
2010-12-19 10:21:16 +01:00
|
|
|
{ }
|
2007-06-01 01:37:56 +02:00
|
|
|
};
|
|
|
|
|
unordered_map (__unordered_map<>::__unordered_map(__unordered_map&&), [...]): Add in C++0x.
2007-11-25 Paolo Carlini <pcarlini@suse.de>
* include/tr1_impl/unordered_map
(__unordered_map<>::__unordered_map(__unordered_map&&),
__unordered_multimap<>::__unordered_multimap(__unordered_multimap&&),
unordered_map<>::unordered_map(unordered_map&&),
unordered_multimap<>::unordered_multimap(unordered_multimap&&),
unordered_map<>::operator=(unordered_map&&),
unordered_multimap<>::operator=(unordered_multimap&&),
swap(unordered_map<>&&, unordered_map<>&),
swap(unordered_map<>&, unordered_map<>&&),
swap(unordered_multimap<>&&, unordered_multimap<>&),
swap(unordered_multimap<>&, unordered_multimap<>&&)): Add in C++0x.
(swap(unordered_multimap<>&, unordered_multimap<>&),
swap(unordered_multimap<>&, unordered_multimap<>&)): Add.
* include/tr1_impl/unordered_set
(__unordered_set<>::__unordered_set(__unordered_set&&),
__unordered_multiset<>::__unordered_multiset(__unordered_multiset&&),
unordered_set<>::unordered_set(unordered_setp&&),
unordered_multiset<>::unordered_multiset(unordered_multiset&&),
unordered_set<>::operator=(unordered_set&&),
unordered_multiset<>::operator=(unordered_multiset&&),
swap(unordered_set<>&&, unordered_set<>&),
swap(unordered_set<>&, unordered_set<>&&),
swap(unordered_multiset<>&&, unordered_multiset<>&),
swap(unordered_multiset<>&, unordered_multiset<>&&)): Likewise.
(swap(unordered_set<>&, unordered_set<>&),
swap(unordered_multiset<>&, unordered_multiset<>&)): Add.
* include/tr1_impl/hashtable (_Hashtable<>::_Hashtable(_Hashtable&&),
swap(_Hashtable&&)): Add in C++0x.
* testsuite/23_containers/unordered_map/moveable.cc: New.
* testsuite/23_containers/unordered_set/moveable.cc: Likewise.
* testsuite/23_containers/unordered_multimap/moveable.cc: Likewise.
* testsuite/23_containers/unordered_multiset/moveable.cc: Likewise.
From-SVN: r130412
2007-11-25 19:09:31 +01:00
|
|
|
template<class _Value, class _Hash, class _Pred, class _Alloc>
|
|
|
|
inline void
|
|
|
|
swap(unordered_set<_Value, _Hash, _Pred, _Alloc>& __x,
|
|
|
|
unordered_set<_Value, _Hash, _Pred, _Alloc>& __y)
|
|
|
|
{ __x.swap(__y); }
|
|
|
|
|
|
|
|
template<class _Value, class _Hash, class _Pred, class _Alloc>
|
|
|
|
inline void
|
|
|
|
swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
|
|
|
|
unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __y)
|
|
|
|
{ __x.swap(__y); }
|
PR libstdc++/36104 part four
2011-01-30 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104 part four
* include/bits/c++config (_GLIBCXX_STD): Remove.
(_GLIBCXX_STD_D, _GLIBCXX_PR): Now _GLIBCXX_STD_C.
(_GLIBCXX_P): Now _GLIBCXX_STD_A.
(_GLIBCXX_NAMESPACE_DEBUG, _GLIBCXX_NAMESPACE_PARALLEL,
_GLIBCXX_NAMESPACE_PROFILE, _GLIBCXX_NAMESPACE_VERSION): Remove.
(_GLIBCXX_INLINE_DEBUG, _GLIBCXX_INLINE_PARALLEL,
_GLIBCXX_INLINE_PROFILE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE(X)): Remove.
(_GLIBCXX_END_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NESTED_NAMESPACE(X, Y)): Remove.
(_GLIBCXX_END_NESTED_NAMESPACE): Remove.
(_GLIBCXX_BEGIN_NAMESPACE_ALGO): Add.
(_GLIBCXX_END_NAMESPACE_ALGO): Add.
(_GLIBCXX_BEGIN_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_END_NAMESPACE_CONTAINER): Add.
(_GLIBCXX_BEGIN_NAMESPACE_VERSION): Add.
(_GLIBCXX_END_NAMESPACE_VERSION): Add.
(_GLIBCXX_BEGIN_LDBL_NAMESPACE): To _GLIBCXX_BEGIN_NAMESPACE_LDBL.
(_GLIBCXX_END_LDBL_NAMESPACE): To _GLIBCXX_END_NAMESPACE_LDBL.
(_GLIBCXX_VISIBILITY_ATTR): Revert to _GLIBCXX_VISIBILITY.
* include/*: Use new macros for namespace scope.
* config/*: Same.
* src/*: Same.
* src/Makefile.am (sources): Remove debug_list.cc, add
compatibility-debug_list-2.cc.
(parallel_sources): Remove parallel_list.cc, add
compatibility-parallel_list-2.cc.
(compatibility-parallel_list-2.[o,lo]): New rule.
* src/Makefile.in: Regenerate.
* src/debug_list.cc: Remove.
* src/parallel_list.cc: Remove.
* src/compatibility-list-2.cc: New.
* src/compatibility-debug_list-2.cc: New.
* src/compatibility-parallel_list-2.cc: New.
* doc/doxygen/user.cfg.in: Adjust macros.
* testsuite/20_util/auto_ptr/assign_neg.cc: Adjust line numbers, macros.
* testsuite/20_util/declval/requirements/1_neg.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg1.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg2.cc: Same.
* testsuite/20_util/duration/requirements/typedefs_neg3.cc: Same.
* testsuite/20_util/forward/c_neg.cc: Same.
* testsuite/20_util/forward/f_neg.cc: Same.
* testsuite/20_util/make_signed/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/make_unsigned/requirements/typedefs_neg.cc: Same.
* testsuite/20_util/ratio/cons/cons_overflow_neg.cc: Same.
* testsuite/20_util/ratio/operations/ops_overflow_neg.cc: Same.
* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Same.
* testsuite/20_util/weak_ptr/comparison/cmp_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/deque/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/forward_list/capacity/1.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
assign_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/forward_list/requirements/dr438/
insert_neg.cc: Same.
* testsuite/23_containers/list/capacity/29134.cc: Same.
* testsuite/23_containers/list/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/list/requirements/dr438/insert_neg.cc: Same.
* testsuite/23_containers/vector/bool/capacity/29134.cc: Same.
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_1_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/
constructor_2_neg.cc: Same.
* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc: Same.
* testsuite/25_algorithms/sort/35588.cc: Same.
* testsuite/27_io/ios_base/cons/assign_neg.cc: Same.
* testsuite/27_io/ios_base/cons/copy_neg.cc: Same.
* testsuite/ext/profile/mutex_extensions_neg.cc: Same.
* testsuite/ext/profile/profiler_algos.cc: Same.
* testsuite/ext/type_traits/add_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/add_unsigned_integer_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_floating_neg.cc: Same.
* testsuite/ext/type_traits/remove_unsigned_integer_neg.cc: Same.
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc: Same.
From-SVN: r169421
2011-01-30 23:39:36 +01:00
|
|
|
|
|
|
|
_GLIBCXX_END_NAMESPACE_VERSION
|
2010-02-10 17:09:42 +01:00
|
|
|
}
|
2007-06-01 01:37:56 +02:00
|
|
|
}
|