You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---layout: postauthor: Manu Sancheztitle: String formatting the cool way with C++20 std::format()tags: [C++20, fmt, std::format]date: 2020-11-06T01:46:34+02:00comments: false---
Through its 40 years of history C++ has had multiple "tries" to bring text
formatting to the language. First it was the `printf()` family of functions
inherited from C:
The text was updated successfully, but these errors were encountered:
In this build https://github.com/madridccppug/madridccppug.github.io/runs/1368110551?check_suite_focus=true, we got an error building the site (in GH actions, not using jekyll container), but the action continued and published a broken site
The issue was a tag containing
:
symbolThe text was updated successfully, but these errors were encountered: