$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [test] Bug in Mingw support?
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-07-07 04:14:32
> 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 <boost/config.h>
> #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.