mirror of
https://github.com/boostorg/typeof.git
synced 2025-11-17 16:09:27 +01:00
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);
|