21 Jun
2015
21 Jun
'15
11:15 a.m.
Vicente J. Botet Escriba wrote:
I see that it is already on the develop branch regression tests. I suggest you to add a patch for the expected results so that any compiler other than C++14 are disabled.
It's better to use Boost.Config's 'requires' to disable the tests on non-C++14 compilers (actually, on compilers missing the required features - I see msvc-14.0 as passing test_coroutine, but it's not a C++14 compiler.) http://www.boost.org/doc/libs/1_58_0/libs/config/doc/html/boost_config/build...