12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- /*
- Copyright (c) 2001 Peter Dimov and Multi Media Ltd.
- Copyright (c) 2016 Modified Work 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
- */
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS const
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS \
- BOOST_CLBL_TRTS_ABOMINABLE_CONST
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS volatile
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS \
- BOOST_CLBL_TRTS_ABOMINABLE_VOLATILE
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS const volatile
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS \
- BOOST_CLBL_TRTS_ABOMINABLE_CONST BOOST_CLBL_TRTS_ABOMINABLE_VOLATILE
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #ifndef BOOST_CLBL_TRTS_DISABLE_REFERENCE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS &
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS &
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS &&
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS &&
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS const &
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS const &
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS volatile &
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS volatile &
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS const volatile &
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS const volatile &
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS const &&
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS const &&
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS volatile &&
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS volatile &&
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #define BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS const volatile &&
- #define BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS const volatile &&
- #include <boost/callable_traits/detail/unguarded/pmf_2.hpp>
- #undef BOOST_CLBL_TRTS_INCLUDE_QUALIFIERS
- #undef BOOST_CLBL_TRTS_INCLUDE_ABOMINABLE_QUALIFIERS
- #endif // #ifndef BOOST_CLBL_TRTS_DISABLE_REFERENCE_QUALIFIERS
|