$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-05-06 08:38:28
John Maddock wrote:
> Personally, there's little in C++14 that makes that move attractive for
> me. C++17 yes (for if constexpr). There may be a few libraries which could
> use the enhanced constexpr support in C++14, but otherwise I'm not sure how
> much practical difference this makes.
Apart from usable constexpr, polymorphic lambdas are the other big thing.