epoc32/include/stdapis/boost/call_traits.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
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