mirror of
https://github.com/boostorg/typeof.git
synced 2026-07-08 01:10:51 +02:00
9bb8a83f24
[SVN r30908]
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);
|