1 /* 2 3 @Copyright Barrett Adair 2016-2017 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 */ 8 9 #ifndef BOOST_CLBL_TRTS_DETAIL_CORE_HPP 10 #define BOOST_CLBL_TRTS_DETAIL_CORE_HPP 11 12 #include <boost/callable_traits/detail/utility.hpp> 13 #include <boost/callable_traits/detail/traits.hpp> 14 #include <boost/callable_traits/detail/function_object.hpp> 15 #include <boost/callable_traits/detail/function.hpp> 16 #include <boost/callable_traits/detail/pmf.hpp> 17 #include <boost/callable_traits/detail/pmd.hpp> 18 19 #endif // #ifndef BOOST_CLBL_TRTS_DETAIL_CORE_HPP 20