]> AND Private Git Repository - canny.git/blob - stc/exp/ml_stc_linux_make_v1.0/include/boost/call_traits.hpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
9add20ed9fb94a8bba5825accf5a3d42158ccdd2
[canny.git] / stc / exp / ml_stc_linux_make_v1.0 / include / boost / call_traits.hpp
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
5 //\r
6 //  See http://www.boost.org/libs/utility for most recent version including documentation.\r
7 \r
8 //  See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp\r
9 //  for full copyright notices.\r
10 \r
11 #ifndef BOOST_CALL_TRAITS_HPP\r
12 #define BOOST_CALL_TRAITS_HPP\r
13 \r
14 #ifndef BOOST_CONFIG_HPP\r
15 #include <boost/config.hpp>\r
16 #endif\r
17 \r
18 #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION\r
19 #include <boost/detail/ob_call_traits.hpp>\r
20 #else\r
21 #include <boost/detail/call_traits.hpp>\r
22 #endif\r
23 \r
24 #endif // BOOST_CALL_TRAITS_HPP\r