diff options
-rw-r--r-- | lib/stream_support.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stream_support.h b/lib/stream_support.h index f5c5e37..5f276fd 100644 --- a/lib/stream_support.h +++ b/lib/stream_support.h @@ -115,3 +115,4 @@ namespace { } #define CLOG(x) clogImpl(x, #x) +#define CLOGf(...) clogImpl(std::format(__VA_ARGS__), "msg") |