os/ossrv/ossrv_pub/boost_apis/boost/call_traits.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/call_traits.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,24 @@
     1.4 +//  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
     1.5 +//  Use, modification and distribution are subject to the Boost Software License,
     1.6 +//  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
     1.7 +//  http://www.boost.org/LICENSE_1_0.txt).
     1.8 +//
     1.9 +//  See http://www.boost.org/libs/utility for most recent version including documentation.
    1.10 +
    1.11 +//  See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
    1.12 +//  for full copyright notices.
    1.13 +
    1.14 +#ifndef BOOST_CALL_TRAITS_HPP
    1.15 +#define BOOST_CALL_TRAITS_HPP
    1.16 +
    1.17 +#ifndef BOOST_CONFIG_HPP
    1.18 +#include <boost/config.hpp>
    1.19 +#endif
    1.20 +
    1.21 +#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
    1.22 +#include <boost/detail/ob_call_traits.hpp>
    1.23 +#else
    1.24 +#include <boost/detail/call_traits.hpp>
    1.25 +#endif
    1.26 +
    1.27 +#endif // BOOST_CALL_TRAITS_HPP