added more tests

[SVN r30908]
This commit is contained in:
Arkadiy Vertleyb
2005-09-11 14:59:52 +00:00
parent 2bc33ea912
commit 9bb8a83f24
9 changed files with 91 additions and 5 deletions

4
test/function.cpp Executable file
View 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);