Boost logo

Boost :

From: Joaquín M LópezMuñoz (joaquin_at_[hidden])
Date: 2004-10-04 16:59:40


Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:

>
> * 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.

I forgot to add, line 14 in boost/multi_index/detail/
msvc_index_specifier.hpp also necessitates a change
for version number in the workaround at line 14.

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