From 56525c76cce147991b326a44c4f052a48c496a48 Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Sun, 25 May 2014 07:53:44 -0400 Subject: [PATCH] Change back to original implementation. --- include/boost/preprocessor/facilities/empty.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/boost/preprocessor/facilities/empty.hpp b/include/boost/preprocessor/facilities/empty.hpp index 0829a13..6f215dc 100644 --- a/include/boost/preprocessor/facilities/empty.hpp +++ b/include/boost/preprocessor/facilities/empty.hpp @@ -8,7 +8,6 @@ # */ # # /* Revised by Paul Mensonides (2002) */ -# /* Revised by Edward Diener (2014) */ # # /* See http://www.boost.org for most recent version. */ # @@ -19,14 +18,6 @@ # # /* BOOST_PP_EMPTY */ # -# if BOOST_PP_VARIADICS && !BOOST_PP_VARIADICS_MSVC -# define BOOST_PP_EMPTY(...) -# else # define BOOST_PP_EMPTY() -# endif -# -# if BOOST_PP_VARIADICS -# define BOOST_PP_VARIADIC_EMPTY(...) -# endif # # endif