Unordered: Try to make VC++ 8 happy.

[SVN r73973]
This commit is contained in:
Daniel James
2011-08-20 23:34:59 +00:00
parent 785a6def3b
commit e295541dae

View File

@ -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) }; \
\