|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r73458 - branches/pplib/v2/boost/preprocessor/facilities
From: eldiener_at_[hidden]
Date: 2011-07-30 21:49:05
Author: eldiener
Date: 2011-07-30 21:49:05 EDT (Sat, 30 Jul 2011)
New Revision: 73458
URL: http://svn.boost.org/trac/boost/changeset/73458
Log:
Added header.
Text files modified:
branches/pplib/v2/boost/preprocessor/facilities/remove_parens.hpp | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
Modified: branches/pplib/v2/boost/preprocessor/facilities/remove_parens.hpp
==============================================================================
--- branches/pplib/v2/boost/preprocessor/facilities/remove_parens.hpp (original)
+++ branches/pplib/v2/boost/preprocessor/facilities/remove_parens.hpp 2011-07-30 21:49:05 EDT (Sat, 30 Jul 2011)
@@ -13,13 +13,16 @@
# define BOOST_PREPROCESSOR_FACILITIES_REMOVE_PARENS_HPP
#
# include <boost/preprocessor/config/config.hpp>
-# include <boost/preprocessor/control/iif.hpp>
-# include <boost/preprocessor/facilities/is_tuple_begin.hpp>
-# include <boost/preprocessor/tuple/enum.hpp>
#
# /* BOOST_PP_REMOVE_PARENS */
#
# if BOOST_PP_VARIADICS
+#
+# include <boost/preprocessor/control/iif.hpp>
+# include <boost/preprocessor/facilities/identity.hpp>
+# include <boost/preprocessor/facilities/is_tuple_begin.hpp>
+# include <boost/preprocessor/tuple/enum.hpp>
+#
# define BOOST_PP_REMOVE_PARENS(x) \
BOOST_PP_IIF \
( \
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk