mirror of
https://github.com/boostorg/contract.git
synced 2026-01-25 18:12:15 +00:00
7 lines
104 B
C++
7 lines
104 B
C++
|
|
// Test with max argument number set to 1.
|
|
|
|
#define BOOST_CONTRACT_MAX_ARGS 1
|
|
#include "max_args.hpp"
|
|
|