2002-09-08 10:22:48 +00:00
|
|
|
# /* **************************************************************************
|
|
|
|
# * *
|
2004-07-27 03:43:34 +00:00
|
|
|
# * (C) Copyright Paul Mensonides 2002.
|
|
|
|
# * Distributed under the Boost Software License, Version 1.0. (See
|
|
|
|
# * accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
# * http://www.boost.org/LICENSE_1_0.txt)
|
2002-09-08 10:22:48 +00:00
|
|
|
# * *
|
|
|
|
# ************************************************************************** */
|
|
|
|
#
|
|
|
|
# /* See http://www.boost.org for most recent version. */
|
|
|
|
#
|
|
|
|
# ifndef BOOST_PREPROCESSOR_PUNCTUATION_HPP
|
|
|
|
# define BOOST_PREPROCESSOR_PUNCTUATION_HPP
|
|
|
|
#
|
|
|
|
# include <boost/preprocessor/punctuation/comma.hpp>
|
|
|
|
# include <boost/preprocessor/punctuation/comma_if.hpp>
|
2014-04-28 19:24:42 -04:00
|
|
|
# include <boost/preprocessor/punctuation/is_begin_parens.hpp>
|
2002-09-08 10:22:48 +00:00
|
|
|
# include <boost/preprocessor/punctuation/paren.hpp>
|
|
|
|
# include <boost/preprocessor/punctuation/paren_if.hpp>
|
2014-05-03 02:15:47 -04:00
|
|
|
# include <boost/preprocessor/punctuation/remove_parens.hpp>
|
2002-09-08 10:22:48 +00:00
|
|
|
#
|
|
|
|
# endif
|