os/ossrv/ossrv_pub/boost_apis/boost/preprocessor/seq.hpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/ossrv_pub/boost_apis/boost/preprocessor/seq.hpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,41 @@
     1.4 +# /* **************************************************************************
     1.5 +#  *                                                                          *
     1.6 +#  *     (C) Copyright Paul Mensonides 2002.
     1.7 +#  *     Distributed under the Boost Software License, Version 1.0. (See
     1.8 +#  *     accompanying file LICENSE_1_0.txt or copy at
     1.9 +#  *     http://www.boost.org/LICENSE_1_0.txt)
    1.10 +#  *                                                                          *
    1.11 +#  ************************************************************************** */
    1.12 +#
    1.13 +# /* See http://www.boost.org for most recent version. */
    1.14 +#
    1.15 +# ifndef BOOST_PREPROCESSOR_SEQ_HPP
    1.16 +# define BOOST_PREPROCESSOR_SEQ_HPP
    1.17 +#
    1.18 +# include <boost/preprocessor/seq/cat.hpp>
    1.19 +# include <boost/preprocessor/seq/elem.hpp>
    1.20 +# include <boost/preprocessor/seq/enum.hpp>
    1.21 +# include <boost/preprocessor/seq/filter.hpp>
    1.22 +# include <boost/preprocessor/seq/first_n.hpp>
    1.23 +# include <boost/preprocessor/seq/fold_left.hpp>
    1.24 +# include <boost/preprocessor/seq/fold_right.hpp>
    1.25 +# include <boost/preprocessor/seq/for_each.hpp>
    1.26 +# include <boost/preprocessor/seq/for_each_i.hpp>
    1.27 +# include <boost/preprocessor/seq/for_each_product.hpp>
    1.28 +# include <boost/preprocessor/seq/insert.hpp>
    1.29 +# include <boost/preprocessor/seq/pop_back.hpp>
    1.30 +# include <boost/preprocessor/seq/pop_front.hpp>
    1.31 +# include <boost/preprocessor/seq/push_back.hpp>
    1.32 +# include <boost/preprocessor/seq/push_front.hpp>
    1.33 +# include <boost/preprocessor/seq/remove.hpp>
    1.34 +# include <boost/preprocessor/seq/replace.hpp>
    1.35 +# include <boost/preprocessor/seq/rest_n.hpp>
    1.36 +# include <boost/preprocessor/seq/reverse.hpp>
    1.37 +# include <boost/preprocessor/seq/seq.hpp>
    1.38 +# include <boost/preprocessor/seq/size.hpp>
    1.39 +# include <boost/preprocessor/seq/subseq.hpp>
    1.40 +# include <boost/preprocessor/seq/to_array.hpp>
    1.41 +# include <boost/preprocessor/seq/to_tuple.hpp>
    1.42 +# include <boost/preprocessor/seq/transform.hpp>
    1.43 +#
    1.44 +# endif