mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
Unordered: Try to make VC++ 8 happy.
[SVN r73973]
This commit is contained in:
@ -101,7 +101,7 @@ namespace boost { namespace unordered { namespace detail {
|
||||
static BOOST_DEDUCED_TYPENAME sfinae< \
|
||||
BOOST_DEDUCED_TYPENAME T::tname>::type test(int); \
|
||||
template <typename T> \
|
||||
static no_type test(...); \
|
||||
static no_type test(long); \
|
||||
\
|
||||
enum { value = sizeof(test<Tp>(0)) == sizeof(yes_type) }; \
|
||||
\
|
||||
|
Reference in New Issue
Block a user