123456789101112131415161718192021222324 |
- #ifndef BOOST_CALL_TRAITS_HPP
- #define BOOST_CALL_TRAITS_HPP
- #ifndef BOOST_CONFIG_HPP
- #include <boost/config.hpp>
- #endif
- #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
- #include <boost/detail/ob_call_traits.hpp>
- #else
- #include <boost/detail/call_traits.hpp>
- #endif
- #endif
|