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