mirror of
https://github.com/boostorg/typeof.git
synced 2025-11-17 07:59:24 +01:00
5 lines
143 B
C++
Executable File
5 lines
143 B
C++
Executable File
#include "test.hpp"
|
|
|
|
BOOST_STATIC_ASSERT(boost::type_of::test<void()>::value);
|
|
BOOST_STATIC_ASSERT(boost::type_of::test<double(bool)>::value);
|