forked from boostorg/typeof
Apply variadic functions patch from Sergey Zubkovsky.
[SVN r59579]
This commit is contained in:
2
test/function.cpp
Executable file → Normal file
2
test/function.cpp
Executable file → Normal file
@@ -6,3 +6,5 @@
|
||||
|
||||
BOOST_STATIC_ASSERT(boost::type_of::test<void()>::value);
|
||||
BOOST_STATIC_ASSERT(boost::type_of::test<double(bool)>::value);
|
||||
BOOST_STATIC_ASSERT(boost::type_of::test<void(...)>::value);
|
||||
BOOST_STATIC_ASSERT(boost::type_of::test<float(int, ...)>::value);
|
||||
|
||||
Reference in New Issue
Block a user