mirror of
https://github.com/boostorg/contract.git
synced 2026-02-27 04:52:22 +00:00
7 lines
111 B
C++
7 lines
111 B
C++
|
|
// Test with max argument number set to 2.
|
|
|
|
#define BOOST_CONTRACT_CONFIG_MAX_ARGS 2
|
|
#include "max_args.hpp"
|
|
|