Fix the new logger output.

This commit is contained in:
David Given
2022-02-22 23:39:08 +01:00
parent 548e07ce17
commit b5c3e75f10
3 changed files with 102 additions and 76 deletions

View File

@@ -50,4 +50,7 @@ private:
std::stringstream _stream;
};
template <class... Ts> struct overloaded : Ts... { using Ts::operator()...; };
template <class... Ts> overloaded(Ts...) -> overloaded<Ts...>;
#endif