mirror of
https://github.com/boostorg/contract.git
synced 2026-01-26 18:32:55 +00:00
7 lines
150 B
C++
7 lines
150 B
C++
|
|
// Test with default max arg number (leave MAX_ARGS #undef) and no variadic tpl.
|
|
|
|
#define BOOST_NO_CXX11_VARIADIC_TEMPLATES
|
|
#include "max_args.hpp"
|
|
|