Files
typeof/test/type.cpp

8 lines
168 B
C++
Raw Normal View History

2005-08-31 02:20:51 +00:00
#include "test.hpp"
#include BOOST_TYPEOF_INCREMENT_REGISTRATION_GROUP()
struct A;
BOOST_TYPEOF_REGISTER_TYPE(A)
BOOST_STATIC_ASSERT(boost::type_of::test<A>::value);