|
Boost : |
From: Bertolt Mildner (Bertolt.Mildner_at_[hidden])
Date: 2002-12-22 20:32:46
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__) -- Free Crypto Token - FCT www.FreeCryptoToken.org
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk