
13 Jan
2005
13 Jan
'05
2:58 a.m.
Sergey Pisarchik writes:
tried on VC7.1++ :
#include <boost\bind.hpp> #include <boost\mpl\at.hpp>
^^^^^^^^^^^^^^^^^^ FYI, backslashes in include directives are non-portable; the above should be #include <boost/mpl/at.hpp>
recieve error:
[...]
before goes: enum { msvc71_wknd_ = ( BOOST_MPL_AUX_VALUE_WKND(T1)::value < BOOST_MPL_AUX_VALUE_WKND(T2)::value) };
How can I fix it ?
See Peter's reply or upgrade to 1.32. -- Aleksey Gurtovoy MetaCommunications Engineering