Change back to original implementation.

This commit is contained in:
Edward Diener
2014-05-25 07:53:44 -04:00
parent 8ac31eb612
commit 56525c76cc

View File

@ -8,7 +8,6 @@
# */ # */
# #
# /* Revised by Paul Mensonides (2002) */ # /* Revised by Paul Mensonides (2002) */
# /* Revised by Edward Diener (2014) */
# #
# /* See http://www.boost.org for most recent version. */ # /* See http://www.boost.org for most recent version. */
# #
@ -19,14 +18,6 @@
# #
# /* BOOST_PP_EMPTY */ # /* BOOST_PP_EMPTY */
# #
# if BOOST_PP_VARIADICS && !BOOST_PP_VARIADICS_MSVC
# define BOOST_PP_EMPTY(...)
# else
# define BOOST_PP_EMPTY() # define BOOST_PP_EMPTY()
# endif
#
# if BOOST_PP_VARIADICS
# define BOOST_PP_VARIADIC_EMPTY(...)
# endif
# #
# endif # endif