fix: missing signatures in release

This commit is contained in:
Johann Dreo 2022-09-03 18:51:30 +02:00
commit 60331279be

View file

@ -981,6 +981,8 @@ class clutchlog
)
{}
#pragma GCC diagnostic pop
template<class ... FMT>
void style(level stage, FMT... styles) {}
void style(level, fmt) {}
fmt style(level) const {}
public: