]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/preprocessor/test/punctuation.cxx
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / preprocessor / test / punctuation.cxx
index 8e60e9a60e10e74ee93158100d507873be9ebf16..67bc0b879129f1cd6a8fc3dab77232e26464f499 100644 (file)
@@ -9,7 +9,6 @@
 #
 # /* See http://www.boost.org for most recent version. */
 #
-# if BOOST_PP_VARIADICS
 # include <boost/preprocessor/punctuation.hpp>
 # include <libs/preprocessor/test/test.h>
 
@@ -28,7 +27,6 @@
 # define DATA3 4 * (5 + 3) * (2 + 1)
 # define DATA4 (5 + 3) * (2 + 1) * 4
   
-  
 // is_begin_parens
 
 BEGIN BOOST_PP_IS_BEGIN_PARENS() == 0 END
@@ -50,5 +48,3 @@ BEGIN BOOST_PP_REMOVE_PARENS(DATA) == 17 END
 BEGIN BOOST_PP_REMOVE_PARENS(DATA2)== 32 END
 BEGIN BOOST_PP_REMOVE_PARENS(DATA3)== 96 END
 BEGIN BOOST_PP_REMOVE_PARENS(DATA4)== 41 END
-
-#endif