7 Jul
2015
7 Jul
'15
8:14 a.m.
Without wishing to defend or disagree with Paul Mensonides' decision to make Boost PP not depend on Boost config and to use a fairly conservative test for variadic macro support in Boost PP, Boost.Test could do:
#include
#define BOOST_PP_VARIADICS !BOOST_NO_CXX11_VARIADIC_MACROS before including any Boost PP headers to let config determine variadic macro support.
That's terribly fragile - it would work or not depending on the include order in the users program. John.