forked from boostorg/typeof
Apply variadic functions patch from Sergey Zubkovsky.
[SVN r59579]
This commit is contained in:
Executable → Regular
+2
@@ -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