forked from boostorg/unordered
Unordered: More portable allocator_traits.
[SVN r74067]
This commit is contained in:
@@ -194,8 +194,13 @@ namespace test
|
||||
enum { value = false };
|
||||
};
|
||||
|
||||
template <typename Alloc>
|
||||
int selected_count(Alloc const&)
|
||||
struct convert_from_anything
|
||||
{
|
||||
template <typename T>
|
||||
convert_from_anything(T const&) {}
|
||||
};
|
||||
|
||||
int selected_count(convert_from_anything)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user