|
Boost : |
Subject: Re: [boost] [test] Bug in Mingw support?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2015-07-06 18:12:33
John Maddock <jz.maddock <at> googlemail.com> writes:
>
> The short program below passes with MSVC and GCC Linux,
> but fails with
> Mingw-x64 at runtime (the expected failures count gets ignored).
>
> This is with current develop. Any ideas?
I do not have access to this setup. How do you get it? anyone else
can reproduce this?
> BTW the new decorator based approach does work OK, but is only
> supported on a tiny number of compilers as it seems to rely on the
> preprocessor lib using variadic macros, as opposed to Boost.Config
> marking them as available.
Do you refer to
#if !BOOST_PP_VARIADICS || ((__cplusplus >= 201103L) &&
defined(BOOST_NO_CXX11_VARIADIC_MACROS))
#define BOOST_TEST_NO_VARIADIC
#endif
What other flags should we use?
Gennadiy
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk