mirror of
https://github.com/boostorg/intrusive.git
synced 2025-06-25 12:01:35 +02:00
13 lines
200 B
C++
13 lines
200 B
C++
#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
|
|
|