back

by jeffreyrogers·3y ago·view on hn ↗
I'm glad C++ has added more features, it is a much nicer language than it used to be. string_view from C++17 is very convenient and just this past week I had to use std::latch from C++20.
1 comments
Yes, but the problem in my view is that for each of those small things we find useful they introduce tons of other features no one needs ...
Can you list some that are present in c++20?

    s/no one/I/