Files
boost_intrusive/test/callable_with_no_variadic.cpp

13 lines
200 B
C++
Raw Permalink Normal View History

#include <boost/config.hpp>
#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
# define BOOST_NO_CXX11_VARIADIC_TEMPLATES
# include "callable_with.cpp"
#else
int main()
{
return 0;
}
#endif