mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix the new logger output.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user