fix: missing signatures in release
This commit is contained in:
parent
53c907511e
commit
60331279be
1 changed files with 2 additions and 0 deletions
|
|
@ -981,6 +981,8 @@ class clutchlog
|
||||||
)
|
)
|
||||||
{}
|
{}
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
|
template<class ... FMT>
|
||||||
|
void style(level stage, FMT... styles) {}
|
||||||
void style(level, fmt) {}
|
void style(level, fmt) {}
|
||||||
fmt style(level) const {}
|
fmt style(level) const {}
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue