
17 Oct
2005
17 Oct
'05
4:26 p.m.
Angus Leeming <angus.leeming@btopenworld.com> writes:
-#if defined(BOOST_MSVC) && (BOOST_MSVC < 1300) +#if (BOOST_MSVC < 1300)
I believe that the script performs the conversion that you'd like to see. Please confirm that I'm on the right track.
This transformation won't work. Consider what happens on GCC. False in the first case and true in the second. -- Dave Abrahams Boost Consulting www.boost-consulting.com