Subject: Re: [boost] [quickbook] Requiring C++11 features in quickbook
From: Daniel James (dnljms_at_[hidden])
Date: 2017-08-14 17:34:08


On 14 August 2017 at 18:04, Rene Rivera via Boost <boost_at_[hidden]> wrote:
> On Mon, Aug 14, 2017 at 11:58 AM, Daniel James via Boost <
> boost_at_[hidden]> wrote:
>
>> I'm thinking of using some C++11 features in quickbook, will this
>> cause anyone any issues? Based on the support tables, I'm thinking of
>> supporting gcc 4.4, clang 3.4, Visual Studio 2013 and later compilers.
>> I won't use anything that doesn't have wide support (such as
>> expression SFINAE). Please let me know if this will be a problem for
>> you.
>>
>
> You should check what the CI builds use when building quickbook for the
> release archives.

Looks like travis and circleci are using gcc 4.8, so that should be okay.