Hacker News new | ask | show | jobs
Improvements to Std:Format in C++26 (mariusbancila.ro)
11 points by jandeboevrie 2 days ago
1 comments

Surely std::print() shouldn't print anything?
It's a typo, he describes it as std::println in the text, but the code snippet is just print()
I think it is a typo, and should be std::println()
Why even call it in that case?
It's apparently a typo in the article, they probably meant to write `println()`.