|
Boost : |
From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2007-11-06 06:11:07
Hello,
A couple of weeks ago I extended a previous fix to this file for MSVC 6.5
so as to cover Intel 7.1 as well, as publicized at
http://lists.boost.org/Archives/boost/2007/10/129105.php
Rev 40284 just replaced
# if BOOST_WORKAROUND(BOOST_MSVC, < 1300 )
with
# if BOOST_WORKAROUND(_MSC_VER, < 1300 )
Alas, this change has been reverted by subsequent revision 40449:
http://svn.boost.org/trac/boost/changeset/40449
so that Intel 7.1 is again broken. My hunch is that this reversion was not
intentional and I'll be happy to switch back to using _MSC_VER
instead of BOOST_MSVC, but I'd like to ask for confirmation/permission
first.
Thank you,
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk