Improvements to std::format in C++26
Summary
The article surveys C++26 improvements to std::format, including an empty-line overload for std::println, direct pointer formatting, and a filesystem path formatter. It also covers constexpr formatting, dynamic formats replacing runtime_format, and the known limitations (floats, chrono, and locale-aware formatting).