diff options
-rw-r--r-- | log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |