From: "Bertolt Mildner" <[EMAIL PROTECTED]> > 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? _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost