Files
typeof/test/function.cpp
Arkadiy Vertleyb 9bb8a83f24 added more tests
[SVN r30908]
2005-09-11 14:59:52 +00:00

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);