Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-12-27 09:07:01


From: "Bertolt Mildner" <Bertolt.Mildner_at_[hidden]>
> I had to make the following change in order to avoid problems using it
with CW and precompiled headers:
>
> RCS file: /cvsroot/boost/boost/boost/bind/placeholders.hpp,v
> retrieving revision 1.8
> diff -r1.8 placeholders.hpp
> 39c39
> < #elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) ||
(defined(__DECCXX_VER) && __DECCXX_VER <= 60590031)
> ---
> > #elif (defined(BOOST_MSVC) && BOOST_MSVC <= 1300) ||
(defined(__DECCXX_VER) && __DECCXX_VER <= 60590031) || defined(__MWERKS__)

Which Metrowerks versions need the workaround?


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