"Peter Dimov" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 009e01c2adb1$3adeece0$1d00a8c0@pdimov2">news:009e01c2adb1$3adeece0$1d00a8c0@pdimov2 > 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?
I'm using CW 8.3, but I think the main problem is that having non-static data in a header is no good idea at all (at least in combination with precompiler headers)!? -- Free Crypto Token - FCT www.FreeCryptoToken.org _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost