mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17: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< \
|
static BOOST_DEDUCED_TYPENAME sfinae< \
|
||||||
BOOST_DEDUCED_TYPENAME T::tname>::type test(int); \
|
BOOST_DEDUCED_TYPENAME T::tname>::type test(int); \
|
||||||
template <typename T> \
|
template <typename T> \
|
||||||
static no_type test(...); \
|
static no_type test(long); \
|
||||||
\
|
\
|
||||||
enum { value = sizeof(test<Tp>(0)) == sizeof(yes_type) }; \
|
enum { value = sizeof(test<Tp>(0)) == sizeof(yes_type) }; \
|
||||||
\
|
\
|
||||||
|
Reference in New Issue
Block a user