From Jason Turner
Watch on YouTube

Summary

In this episode, Jason highlights what he considers the most important features of C++23. He showcases 13 key additions including std::print/println for simplified output, import std for module support, stacktrace for debugging, flat_map/flat_set containers, multi-dimensional subscript operators, Ranges improvements (especially zip), constexpr math functions, std::expected for error handling, generator for co-routines, md_span for multi-dimensional data views, explicit this parameters, size_t literals, and start_lifetime_as for memory handling.

Resources

Tags