7 Jul
2015
7 Jul
'15
2:02 p.m.
On 7/7/2015 4:14 AM, John Maddock wrote:
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.
You are right. I was thinking only in terms of Boost.Test.