mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +00:00
8 lines
187 B
C++
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"
|
|
|