mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Unordered: Revert [74315].
I checked it in due to some clumsy rebasing. [SVN r74326]
This commit is contained in:
@ -239,10 +239,7 @@ namespace boost { namespace unordered { namespace detail {
|
||||
BOOST_UNORDERED_CHECK_MEMBER(1, 1,
|
||||
select_on_container_copy_construction,
|
||||
T (T::*)() const);
|
||||
BOOST_UNORDERED_CHECK_MEMBER(2, 2,
|
||||
select_on_container_copy_construction,
|
||||
T (T::*)());
|
||||
BOOST_UNORDERED_DEFAULT_MEMBER(3, 2);
|
||||
BOOST_UNORDERED_DEFAULT_MEMBER(2, 2);
|
||||
|
||||
enum { value = sizeof(test<T>(choose())) == sizeof(choice1::type) };
|
||||
};
|
||||
|
Reference in New Issue
Block a user