diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-10-18 18:48:30 +0200 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-10-18 18:48:30 +0200 |
commit | 923e50ff7683d664f0a350ed0ac592a90d9715f9 (patch) | |
tree | 330684f1cf60ee41a647171ad6a97aeb2511691b /log.h | |
parent | bce90f172699c8094668fbedafcd11fc743588b5 (diff) | |
download | cpp-utils-923e50ff7683d664f0a350ed0ac592a90d9715f9.tar.gz cpp-utils-923e50ff7683d664f0a350ed0ac592a90d9715f9.zip |
log: add header above formatter
Diffstat (limited to 'log.h')
-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> |