2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

vc-8 workaround

[SVN r31943]
This commit is contained in:
Dave Abrahams
2005-12-07 05:00:02 +00:00
parent 68463e2fd2
commit ef3f9b15f0

View File

@@ -55,7 +55,7 @@ namespace detail
}
# endif
# if defined(BOOST_MSVC) && BOOST_WORKAROUND(_MSC_FULL_VER, <= 140040607) || BOOST_WORKAROUND(BOOST_INTEL_WIN, >= 900)
# if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1400)) || BOOST_WORKAROUND(BOOST_INTEL_WIN, >= 900)
// No operator T&
# else