diff --git a/content/fmt.dj b/content/fmt.dj index de65788..c11a0a4 100644 --- a/content/fmt.dj +++ b/content/fmt.dj @@ -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