|
Boost : |
From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2004-10-04 08:13:42
Hi, recent changes in the CVS result in failures in
Boost.MultiIndex for MSVC 7.0, see for instance:
The problem seems to be ETI-related, and maybe I
can apply the same patch already in effect for MSVC 6.0.
If anyone with local access to MSVC 7.0 could help me
try this, I'd be eternally grateful:
* Update the CVS (the whole tree, please)
* Change line 35 of boost/multi_index/detail/node_type.hpp
#if BOOST_WORKAROUND(BOOST_MSVC,<1300)
to
#if BOOST_WORKAROUND(BOOST_MSVC,<1310)
(note the change in VC version)
* Change line 36 of boost/multi_index/detail/base_type.hpp
#if BOOST_WORKAROUND(BOOST_MSVC,<1300)
to
#if BOOST_WORKAROUND(BOOST_MSVC,<1310)
* run the tests for multi_index and report the results.
Thank you very much in advance.
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