Files
typeof/test/function.cpp

5 lines
143 B
C++
Raw Normal View History

2005-09-11 14:59:52 +00:00
#include "test.hpp"
BOOST_STATIC_ASSERT(boost::type_of::test<void()>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<double(bool)>::value);