author | William Roberts <williamr@symbian.org> |
Wed, 31 Mar 2010 12:33:34 +0100 | |
branch | Symbian3 |
changeset 4 | 837f303aceeb |
parent 3 | e1b950c65cb4 |
permissions | -rw-r--r-- |
williamr@2 | 1 |
// (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000. |
williamr@2 | 2 |
// Use, modification and distribution are subject to the Boost Software License, |
williamr@2 | 3 |
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at |
williamr@2 | 4 |
// http://www.boost.org/LICENSE_1_0.txt). |
williamr@2 | 5 |
// |
williamr@2 | 6 |
// See http://www.boost.org/libs/utility for most recent version including documentation. |
williamr@2 | 7 |
|
williamr@4 | 8 |
// See boost/detail/call_traits.hpp and boost/detail/ob_call_traits.hpp |
williamr@4 | 9 |
// for full copyright notices. |
williamr@2 | 10 |
|
williamr@4 | 11 |
#ifndef BOOST_CALL_TRAITS_HPP |
williamr@4 | 12 |
#define BOOST_CALL_TRAITS_HPP |
williamr@2 | 13 |
|
williamr@2 | 14 |
#ifndef BOOST_CONFIG_HPP |
williamr@2 | 15 |
#include <boost/config.hpp> |
williamr@2 | 16 |
#endif |
williamr@2 | 17 |
|
williamr@4 | 18 |
#ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION |
williamr@4 | 19 |
#include <boost/detail/ob_call_traits.hpp> |
williamr@4 | 20 |
#else |
williamr@4 | 21 |
#include <boost/detail/call_traits.hpp> |
williamr@2 | 22 |
#endif |
williamr@2 | 23 |
|
williamr@4 | 24 |
#endif // BOOST_CALL_TRAITS_HPP |