Sad but true, no working is_convertible for vc7.1 :(

[SVN r844]
This commit is contained in:
Dave Abrahams
2003-01-11 19:04:45 +00:00
parent 9a99ffb2ab
commit fd7e3d577e

View File

@@ -29,7 +29,9 @@
# define BOOST_ARG_DEP_TYPENAME typename
#endif
#if BOOST_WORKAROUND(__MWERKS__, <=0x2407)
// CWPro7 never works, and unfortunately vc7.1 final beta sometimes fails
#if BOOST_WORKAROUND(__MWERKS__, <=0x2407) \
|| BOOST_WORKAROUND(_MSC_FULL_VER, BOOST_TESTED_AT(13102292))
# define BOOST_NO_IS_CONVERTIBLE // "is_convertible doesn't work"
#endif