From 6b2d0cc80c19dd7ea48dd250134e34d5058ec540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=AA=E3=82=AD=E8=90=8C?= Date: Fri, 22 Aug 2025 20:46:35 +0200 Subject: [PATCH] fmt: one more little tweak (i swear this is the last one) --- content/fmt.dj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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