When adding ::value to is_same<...> it works. Thanks Shunsuke for the tip.
#include
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
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users