]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/contract/test/public_function/max_args2_no_tva.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / contract / test / public_function / max_args2_no_tva.cpp
1
2 // Copyright (C) 2008-2018 Lorenzo Caminiti
3 // Distributed under the Boost Software License, Version 1.0 (see accompanying
4 // file LICENSE_1_0.txt or a copy at http://www.boost.org/LICENSE_1_0.txt).
5 // See: http://www.boost.org/doc/libs/release/libs/contract/doc/html/index.html
6
7 // Test with max argument number set to 2 and no variadic templates.
8
9 #ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
10 #error "build must define BOOST_NO_CXX11_VARIADIC_TEMPLATES"
11 #endif
12 #if !defined(BOOST_CONTRACT_MAX_ARGS) || BOOST_CONTRACT_MAX_ARGS != 2
13 #error "build must define MAX_ARGS=2"
14 #endif
15 #include "max_args.hpp"
16