mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-18 10:25:26 +02:00
Unordered: Implement select_on_container_copy_construction support.
[SVN r73772]
This commit is contained in:
@@ -286,13 +286,6 @@ namespace test
|
||||
}
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
struct is_propagate_on_swap<allocator<T> > : false_type {};
|
||||
template <typename T>
|
||||
struct is_propagate_on_assign<allocator<T> > : false_type {};
|
||||
template <typename T>
|
||||
struct is_propagate_on_move<allocator<T> > : false_type {};
|
||||
|
||||
template <class T>
|
||||
bool equivalent_impl(allocator<T> const& x, allocator<T> const& y,
|
||||
test::derived_type)
|
||||
|
Reference in New Issue
Block a user