fmt: one more little tweak (i swear this is the last one)

This commit is contained in:
りき萌 2025-08-22 20:46:35 +02:00
parent ee12500ce7
commit 6b2d0cc80c

View file

@ -294,7 +294,7 @@ This should be solvable with some additional work, but I've deemed it unnecessar
In a single .cpp file, together with wrapping all the functionality in a namespace, this implementation, together with the implementation of `write_value` for strings, equates to a mere [65 lines of code](/static/text/20250822_fmt_min.cpp).
In a real project, you will probably want to move some of the private implementation details to a separate .cpp file.
Therefore, here's the full source code listing, split into a header file, and an implementation file.
Here's the full source code listing, split into a header file, and an implementation file.
```cpp
#pragma once