epoc32/include/stdapis/boost/compressed_pair.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.
     1 //  (C) Copyright Steve Cleary, Beman Dawes, Howard Hinnant & John Maddock 2000.
     2 //  Use, modification and distribution are subject to the Boost Software License,
     3 //  Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
     4 //  http://www.boost.org/LICENSE_1_0.txt).
     5 //
     6 //  See http://www.boost.org/libs/utility for most recent version including documentation.
     7 
     8 //  See boost/detail/compressed_pair.hpp and boost/detail/ob_compressed_pair.hpp
     9 //  for full copyright notices.
    10 
    11 #ifndef BOOST_COMPRESSED_PAIR_HPP
    12 #define BOOST_COMPRESSED_PAIR_HPP
    13 
    14 #ifndef BOOST_CONFIG_HPP
    15 #include <boost/config.hpp>
    16 #endif
    17 
    18 #ifdef BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
    19 #include <boost/detail/ob_compressed_pair.hpp>
    20 #else
    21 #include <boost/detail/compressed_pair.hpp>
    22 #endif
    23 
    24 #endif // BOOST_COMPRESSED_PAIR_HPP