From: Peter Dimov (pdimov_at_[hidden])
Date: 2022-05-06 08:41:50


> 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.

Oh, deduced return types, too.