forked from boostorg/preprocessor
Fixed macro testing for __VA_OPT__ support.
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
# if BOOST_PP_VARIADICS && defined(__cplusplus) && __cplusplus > 201703L
|
||||
# include <boost/preprocessor/variadic/detail/opt.hpp>
|
||||
# define BOOST_PP_VARIADIC_OPT() \
|
||||
BOOST_PP_VARIADIC_OPT_ELEM2(BOOST_PP_VARIADIC_OPT_FUNCTION(),) \
|
||||
BOOST_PP_VARIADIC_OPT_ELEM2(BOOST_PP_VARIADIC_OPT_FUNCTION(?),) \
|
||||
/**/
|
||||
# else
|
||||
# define BOOST_PP_VARIADIC_OPT() 0
|
||||
|
Reference in New Issue
Block a user