mirror of
https://github.com/boostorg/typeof.git
synced 2025-07-30 04:47:27 +02:00
added more tests
[SVN r30908]
This commit is contained in:
4
test/function.cpp
Executable file
4
test/function.cpp
Executable file
@ -0,0 +1,4 @@
|
||||
#include "test.hpp"
|
||||
|
||||
BOOST_STATIC_ASSERT(boost::type_of::test<void()>::value);
|
||||
BOOST_STATIC_ASSERT(boost::type_of::test<double(bool)>::value);
|
Reference in New Issue
Block a user