preliminary set support

[SVN r15909]
This commit is contained in:
Paul Mensonides
2002-10-13 06:11:19 +00:00
parent 33daabd87d
commit d701bf8d47
35 changed files with 3460 additions and 2 deletions

View File

@ -0,0 +1,42 @@
# /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, *
# * modify, sell, and distribute this software is granted provided *
# * this copyright notice appears in all copies. This software is *
# * provided "as is" without express or implied warranty, and with *
# * no claim at to its suitability for any purpose. *
# * *
# ************************************************************************** */
#
# /* See http://www.boost.org for most recent version. */
#
# ifndef BOOST_PREPROCESSOR_SET_HPP
# define BOOST_PREPROCESSOR_SET_HPP
#
# include <boost/preprocessor/set/cat.hpp>
# include <boost/preprocessor/set/elem.hpp>
# include <boost/preprocessor/set/enum.hpp>
# include <boost/preprocessor/set/filter.hpp>
# include <boost/preprocessor/set/first_n.hpp>
# include <boost/preprocessor/set/fold_left.hpp>
# include <boost/preprocessor/set/fold_right.hpp>
# include <boost/preprocessor/set/for_each.hpp>
# include <boost/preprocessor/set/for_each_i.hpp>
# include <boost/preprocessor/set/for_each_product.hpp>
# include <boost/preprocessor/set/insert.hpp>
# include <boost/preprocessor/set/pop_back.hpp>
# include <boost/preprocessor/set/pop_front.hpp>
# include <boost/preprocessor/set/push_back.hpp>
# include <boost/preprocessor/set/push_front.hpp>
# include <boost/preprocessor/set/remove.hpp>
# include <boost/preprocessor/set/replace.hpp>
# include <boost/preprocessor/set/rest_n.hpp>
# include <boost/preprocessor/set/reverse.hpp>
# include <boost/preprocessor/set/set.hpp>
# include <boost/preprocessor/set/size.hpp>
# include <boost/preprocessor/set/subset.hpp>
# include <boost/preprocessor/set/to_array.hpp>
# include <boost/preprocessor/set/to_tuple.hpp>
# include <boost/preprocessor/set/transform.hpp>
#
# endif