$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] C++17 detection
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2017-09-14 01:17:39
On Wed, Sep 13, 2017 at 4:05 PM, Robert Ramey wrote:
> On 9/10/17 11:43 AM, Barrett Adair via Boost wrote:
>
>> I like to configure on a per-feature basis, so I use these when boost
>> Boost.Config falls short:
>> http://en.cppreference.com/w/User:D41D8CD98F/feature_testing_macros
>
>
> Looks like the best answer so far
>
Boost.Config actually uses the feature testing macros when available
and when applicable (in combination with other things, i.e. an
understanding of what the C++ implementation in question actually is
known to support, regardless of what it advertises). Using the feature
testing macros alone may not be what you want.
Glen