sl@0: // (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. sl@0: // Use, modification and distribution are subject to the Boost Software License, sl@0: // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt). sl@0: // sl@0: // See http://www.boost.org/libs/utility for most recent version including documentation. sl@0: sl@0: // See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp sl@0: // for full copyright notices. sl@0: sl@0: #ifndef BOOST_CALL_TRAITS_HPP sl@0: #define BOOST_CALL_TRAITS_HPP sl@0: sl@0: #ifndef BOOST_CONFIG_HPP sl@0: #include sl@0: #endif sl@0: sl@0: #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION sl@0: #include sl@0: #else sl@0: #include sl@0: #endif sl@0: sl@0: #endif // BOOST_CALL_TRAITS_HPP