14 Sep
2017
14 Sep
'17
1:17 a.m.
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