Unordered: Implement select_on_container_copy_construction support.

[SVN r73772]
This commit is contained in:
Daniel James
2011-08-15 07:48:53 +00:00
parent 559122f67a
commit f64cf03e1d
5 changed files with 238 additions and 44 deletions

View File

@@ -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)