std::println() since it will replace my mini fmt.h formatter i wrote. and std::expected for error handling. i imagine i’ll try std::flat_map for my text renderer as well
ooooh didnt know about println. most of my excitement is around introspection and expanding constexpr capabilities, both of which are still pretty stunted in C++20
Comments