Files
contract/test/public_function/max_args_no_tva.cpp

8 lines
187 B
C++

// Test with default max argument number (MAX_ARGS #undef) and no variadic tpl.
#define BOOST_NO_CXX11_VARIADIC_TEMPLATES
#undef BOOST_CONTRACT_CONFIG_MAX_ARGS
#include "max_args.hpp"