mirror of
https://github.com/boostorg/contract.git
synced 2026-01-30 07:42:46 +00:00
8 lines
172 B
C++
8 lines
172 B
C++
|
|
// Test with max argument number set to 2 and no variadic templates.
|
|
|
|
#define BOOST_NO_CXX11_VARIADIC_TEMPLATES
|
|
#define BOOST_CONTRACT_MAX_ARGS 2
|
|
#include "max_args.hpp"
|
|
|