]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / boost / callable_traits / detail / unguarded / function_ptr_varargs_2.hpp
1 /*
2 Copyright (c) 2016 Barrett Adair
3
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
6
7 HEADER GUARDS INTENTIONALLY OMITTED
8 DO NOT INCLUDE THIS HEADER DIRECTLY
9 */
10
11 #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC
12 #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::false_type
13 #include <boost/callable_traits/detail/unguarded/function_ptr_varargs_3.hpp>
14 #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
15 #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
16
17 #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES
18 #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC noexcept
19 #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::true_type
20 #include <boost/callable_traits/detail/unguarded/function_ptr_varargs_3.hpp>
21 #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC
22 #undef BOOST_CLBL_TRTS_IS_NOEXCEPT
23 #endif // #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES