Files
contract/test/public_function/max_args0_no_tva.cpp

8 lines
179 B
C++

// Test with max argument number set to 0 and no variadic templates.
#define BOOST_NO_CXX11_VARIADIC_TEMPLATES
#define BOOST_CONTRACT_CONFIG_MAX_ARGS 0
#include "max_args.hpp"