$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] [requires] cxx11_variadic_macros
From: John Maddock (jz.maddock_at_[hidden])
Date: 2015-10-16 03:29:47
> So it looks more or less safe to enforce BOOST_PP_VARIADICS=1 in
> boost.test.
>
Just so you know, that creates a header include issue: if something else
is included before Boost.Test which includes PP lib code then variadic
support in PP will *not* get enabled. I would guess that's a pretty
common situation for other Boost libraries using Test.
John.