Boost logo

Boost :

Subject: Re: [boost] Skipping regression builds for unsupported toolsets
From: Mateusz Loskot (mateusz_at_[hidden])
Date: 2019-01-05 20:31:37


On Sat, 5 Jan 2019 at 13:43, Nikita Kniazev via Boost
<boost_at_[hidden]> wrote:
> >
> > How can I 'tell' regression builders to skip building GIL
> > where required C++ version is not supported?
>
> Add requirements to you tests Jamfile, something like:
>
> import config : requires ;
>
> project /boost/gil/test
> : requirements
> [ requires
> cxx11_constexpr
> cxx11_decltype
> cxx11_template_aliases
> cxx11_variadic_templates
> ]

Thanks for the suggestion. I'll try it out.

Best regards,

-- 
Mateusz Loskot, http://mateusz.loskot.net

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