21 Mar
2007
21 Mar
'07
12:27 a.m.
Christian Henning wrote:
Thanks for the support. Even BOOST_STATIC_ASSERT isn't working.
#include
#include int _tmain(int argc, _TCHAR* argv[]) { typedef boost::fusion::map< boost::fusion::pair
, boost::fusion::pair , boost::fusion::pair > mymap; BOOST_STATIC_ASSERT(( boost::is_same< char, char >));
return 0; }
'::value' seems missing. Well, IIRC, Boost1.34 MPL_ASSERT has a problem around __LINE__ under IDE. That was fixed with CVS Head. But I'm not sure. -- Shunsuke Sogame