fmt: one more little tweak (i swear this is the last one)
This commit is contained in:
parent
ee12500ce7
commit
6b2d0cc80c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue