fixed test failure on cw

[SVN r31906]
This commit is contained in:
Arkadiy Vertleyb
2005-12-04 19:59:42 +00:00
parent 670d5d4fd4
commit 6385a75441

View File

@ -1,7 +1,7 @@
#include "test.hpp"
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
struct x;
struct x{};
BOOST_TYPEOF_REGISTER_TYPE(x)
BOOST_STATIC_ASSERT(boost::type_of::test<x*>::value);