mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Replaced throw() with noexcept and removed some unneeded ';'.
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
{
|
||||
std::lock_guard<Mutex> lock(_mutex);
|
||||
_sink_it(msg);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user