| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/include/boost/callable_traits/detail/unguarded/ |
Upload File : |
/* Copyright (c) 2016 Barrett Adair Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) HEADER GUARDS INTENTIONALLY OMITTED DO NOT INCLUDE THIS HEADER DIRECTLY */ #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::false_type #include <boost/callable_traits/detail/unguarded/function_3.hpp> #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC #undef BOOST_CLBL_TRTS_IS_NOEXCEPT #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES #define BOOST_CLBL_TRTS_NOEXCEPT_SPEC noexcept #define BOOST_CLBL_TRTS_IS_NOEXCEPT std::true_type #include <boost/callable_traits/detail/unguarded/function_3.hpp> #undef BOOST_CLBL_TRTS_NOEXCEPT_SPEC #undef BOOST_CLBL_TRTS_IS_NOEXCEPT #endif // #ifdef BOOST_CLBL_TRTS_ENABLE_NOEXCEPT_TYPES