]> git.lyx.org Git - lyx.git/blob - boost/boost/call_traits.hpp
update boost to pre-1.30.0
[lyx.git] / boost / boost / call_traits.hpp
1 //  (C) Copyright Boost.org 2000. Permission to copy, use, modify, sell and
2 //  distribute this software is granted provided this copyright notice appears
3 //  in all copies. This software is provided "as is" without express or implied
4 //  warranty, and with no claim as to its suitability for any purpose.
5
6 //  See http://www.boost.org/libs/utility/call_traits.htm for Documentation.
7 //  See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp
8 //  for full copyright notices.
9
10 #ifndef BOOST_CALL_TRAITS_HPP
11 #define BOOST_CALL_TRAITS_HPP
12
13 #ifndef BOOST_CONFIG_HPP
14 #include <boost/config.hpp>
15 #endif
16
17 #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
18 #include <boost/detail/ob_call_traits.hpp>
19 #else
20 #include <boost/detail/call_traits.hpp>
21 #endif
22
23 #endif // BOOST_CALL_TRAITS_HPP