Improvements to Std:Format in C++26

·Hacker News··

Skip to content Marius Bancila's Blog About code. Mostly on C++ Menu Home About me Works Privacy Policy Improvements to std::format in C++26 June 19, 2026 by Marius Bancila The C++26 standard features a series of improvements to the format library. In this article, we will look at the most important of them. Printing an empty line Prior to C++26, printing an empty line had to be done like this: std::print("\n"); In C++26, std::println has an overload without any parameters that prints a new

Read full article →

Related Articles

Canada plans 'nuclear renaissance' with up to 10 reactors built by 2040
geox · Hacker News · 14h ago
Nearly half of LG smart TV apps contain residential proxy SDKs
microcode · Hacker News · 12h ago
Codex logging bug may write TBs to local SSDs
vantareed · Hacker News · 1d ago
VibeThinker: 3B param model that beats Opus 4.5 on reasoning with novel SFT+GRPO
timhigins · Hacker News · 7h ago
British Columbia, Time Zones, and Postgres
sprawl_ · Hacker News · 14h ago