aboutsummaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 2 insertions, 0 deletions
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 <std::size_t N>
struct formatter {
template <typename... Args>