diff --git a/include/boost/unordered/detail/allocator_helpers.hpp b/include/boost/unordered/detail/allocator_helpers.hpp index 295e9f61..79f40467 100644 --- a/include/boost/unordered/detail/allocator_helpers.hpp +++ b/include/boost/unordered/detail/allocator_helpers.hpp @@ -101,7 +101,7 @@ namespace boost { namespace unordered { namespace detail { static BOOST_DEDUCED_TYPENAME sfinae< \ BOOST_DEDUCED_TYPENAME T::tname>::type test(int); \ template \ - static no_type test(...); \ + static no_type test(long); \ \ enum { value = sizeof(test(0)) == sizeof(yes_type) }; \ \