forked from boostorg/typeof
5 lines
143 B
C++
5 lines
143 B
C++
|
|
#include "test.hpp"
|
||
|
|
|
||
|
|
BOOST_STATIC_ASSERT(boost::type_of::test<void()>::value);
|
||
|
|
BOOST_STATIC_ASSERT(boost::type_of::test<double(bool)>::value);
|