From 60331279be693968cf8492f4e5a51be7061fbbfc Mon Sep 17 00:00:00 2001 From: nojhan Date: Sat, 3 Sep 2022 18:51:30 +0200 Subject: [PATCH] fix: missing signatures in release --- clutchlog/clutchlog.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clutchlog/clutchlog.h b/clutchlog/clutchlog.h index 6332e50..2318526 100644 --- a/clutchlog/clutchlog.h +++ b/clutchlog/clutchlog.h @@ -981,6 +981,8 @@ class clutchlog ) {} #pragma GCC diagnostic pop + template + void style(level stage, FMT... styles) {} void style(level, fmt) {} fmt style(level) const {} public: