|
Boost : |
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-01-12 21:58:36
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
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk