[test][intel-win32-7.1] execution_monitor.ipp broken in rev 40449

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

Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:
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.
Go ahead. Gennadiy

Gennadiy Rozental ha escrito:
JoaquÃn Mª López Muñoz <joaquin <at> tid.es> writes:
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.
Go ahead.
Done. Thank you, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
participants (2)
-
Gennadiy Rozental
-
Joaquín Mª López Muñoz