Apply variadic functions patch from Sergey Zubkovsky.

[SVN r59579]
This commit is contained in:
Alexander Nasonov
2010-02-07 19:13:43 +00:00
parent b420583f9c
commit eff78826d2
7 changed files with 103 additions and 21 deletions

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