epoc32/include/stdapis/boost/array.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 epoc32/include/stdapis/boost/preprocessor/array.hpp@2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
     1 # /* **************************************************************************
     2 #  *                                                                          *
     3 #  *     (C) Copyright Paul Mensonides 2002.
     4 #  *     Distributed under the Boost Software License, Version 1.0. (See
     5 #  *     accompanying file LICENSE_1_0.txt or copy at
     6 #  *     http://www.boost.org/LICENSE_1_0.txt)
     7 #  *                                                                          *
     8 #  ************************************************************************** */
     9 #
    10 # /* See http://www.boost.org for most recent version. */
    11 #
    12 # ifndef BOOST_PREPROCESSOR_ARRAY_HPP
    13 # define BOOST_PREPROCESSOR_ARRAY_HPP
    14 #
    15 # include <boost/preprocessor/array/data.hpp>
    16 # include <boost/preprocessor/array/elem.hpp>
    17 # include <boost/preprocessor/array/insert.hpp>
    18 # include <boost/preprocessor/array/pop_back.hpp>
    19 # include <boost/preprocessor/array/pop_front.hpp>
    20 # include <boost/preprocessor/array/push_back.hpp>
    21 # include <boost/preprocessor/array/push_front.hpp>
    22 # include <boost/preprocessor/array/remove.hpp>
    23 # include <boost/preprocessor/array/replace.hpp>
    24 # include <boost/preprocessor/array/reverse.hpp>
    25 # include <boost/preprocessor/array/size.hpp>
    26 #
    27 # endif