$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-08-03 23:42:15
Robert Ramey wrote:
> Any chance of seeing a feature macro for HAS_IS_CONSTANT_EVALUATED
> appearing in Boost.Config any time soon?
The standard feature macro for std::is_constant_evaluated
is __cpp_lib_is_constant_evaluated >= 201811L (in <type_traits>). See
https://en.cppreference.com/w/cpp/feature_test.