From 923e50ff7683d664f0a350ed0ac592a90d9715f9 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 18 Oct 2023 18:48:30 +0200 Subject: log: add header above formatter --- log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'log.h') diff --git a/log.h b/log.h index 3e26501..8e8035b 100644 --- a/log.h +++ b/log.h @@ -75,6 +75,8 @@ constexpr inline Arg sanitize_fmt_args(Arg arg) { return arg; } +// -- FORMATTER HELPER --------------------------------------------------------- + template struct formatter { template -- cgit v1.2.3