Boost logo

Boost :

Subject: Re: [boost] [release] policy not to add C++14 libraries
From: Peter Dimov (lists_at_[hidden])
Date: 2015-06-21 07:15:51


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_config.html


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk