6 Jul
2015
6 Jul
'15
10:12 p.m.
John Maddock
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