gcc/libstdc++-v3/testsuite/23_containers
Jonathan Wakely 7946683835 alloc_traits.h (__alloctr_rebind): Remove.
* include/bits/alloc_traits.h (__alloctr_rebind): Remove.
	(__allocator_traits_base): New base class.
	(__alloc_rebind): Reimplement in terms of detection idiom.
	(allocator_traits): Derive from __allocator_traits_base. Reimplement
	nested types in terms of detection idiom. Simplify SFINAE constraints
	on overloaded static member functions.
	* include/bits/hashtable.h (_Hashtable): Use __alloc_rebind instead
	of __alloctr_rebind.
	* testsuite/20_util/scoped_allocator/propagation.cc: Define rebind.
	* testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust
	dg-error line number.

From-SVN: r225244
2015-07-01 13:24:09 +01:00
..
array get_neg.cc: Adjust dg-error line numbers. 2015-06-24 12:18:29 +00:00
bitset
deque Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
forward_list forward_list.h (forward_list::_M_get_Node_allocator): Remove unnecessary uses of operator& and static_cast. 2015-06-17 12:33:31 +01:00
headers
list Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00
map stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
multimap stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
multiset stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
priority_queue
queue
set stl_tree.h (_Rb_tree<>::__is_transparent<>): Move to outer scope and rename to ... 2015-06-07 20:45:57 +00:00
stack
unordered_map 66055.cc: Add constructor invocations. 2015-05-19 19:57:09 +00:00
unordered_multimap 66055.cc: Add constructor invocations. 2015-05-19 19:57:09 +00:00
unordered_multiset 66055.cc: Add constructor invocations. 2015-05-19 19:57:09 +00:00
unordered_set alloc_traits.h (__alloctr_rebind): Remove. 2015-07-01 13:24:09 +01:00
vector Implement N4258 (Cleaning-up noexcept in the Library rev 3) 2015-06-26 21:10:24 +01:00