mirror of
https://github.com/boostorg/typeof.git
synced 2026-07-08 01:10:51 +02:00
f23e04c626
[SVN r32990]
8 lines
168 B
C++
Executable File
8 lines
168 B
C++
Executable File
#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);
|