bind.hpp does not compile with Metrowerks CodeWarrior
The following line (starting at line 130 of boost/bind.hpp) does not
compile:
#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3003) )
template
Philippe Mori wrote:
I am using CodeWarrior 9.3 for Palm and the version as given by __MWERKS__ is 0x3004. If I changes 0x3003 for 0x3004 (at line 130), it compile file (so the workaround is still required).
Could one boost developper make the changes? I am using boost 1.32.0.
This has already been fixed in CVS, it seems. Thanks anyway. :-)
participants (2)
-
Peter Dimov
-
Philippe Mori