Skip to content

Use std::format to format strings#4314

Merged
garth-wells merged 10 commits into
mainfrom
garth/use-std-format
Jul 23, 2026
Merged

Use std::format to format strings#4314
garth-wells merged 10 commits into
mainfrom
garth/use-std-format

Conversation

@garth-wells

@garth-wells garth-wells commented Jul 23, 2026

Copy link
Copy Markdown
Member

Simplify string formatting by using std::format

Use Claude Sonnet 5.

@garth-wells garth-wells added the housekeeping Tidying and style improvements label Jul 23, 2026
@garth-wells
garth-wells marked this pull request as ready for review July 23, 2026 07:46

@francesco-ballarin francesco-ballarin left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I manually checked that all affected files had #include <format> (not needed by CI and any recent compiler, but required by older compilers), because in the past this often required a fixup PR.

@garth-wells
garth-wells enabled auto-merge July 23, 2026 09:39
@garth-wells
garth-wells added this pull request to the merge queue Jul 23, 2026
Merged via the queue into main with commit 4ea7573 Jul 23, 2026
20 checks passed
@garth-wells
garth-wells deleted the garth/use-std-format branch July 23, 2026 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

housekeeping Tidying and style improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants