1 // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
\r
2 // Use, modification and distribution are subject to the Boost Software License,
\r
3 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
\r
4 // http://www.boost.org/LICENSE_1_0.txt).
\r
6 // See http://www.boost.org/libs/utility for most recent version including documentation.
\r
8 // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
\r
9 // for full copyright notices.
\r
11 #ifndef BOOST_CALL_TRAITS_HPP
\r
12 #define BOOST_CALL_TRAITS_HPP
\r
14 #ifndef BOOST_CONFIG_HPP
\r
15 #include <boost/config.hpp>
\r
18 #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
\r
19 #include <boost/detail/ob_call_traits.hpp>
\r
21 #include <boost/detail/call_traits.hpp>
\r
24 #endif // BOOST_CALL_TRAITS_HPP
\r