Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-10-17 11:26:09


Angus Leeming <angus.leeming_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk