mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
wip - no-exceptions support
This commit is contained in:
@@ -66,7 +66,7 @@ protected:
|
||||
|
||||
if (err)
|
||||
{
|
||||
throw spdlog_ex("Failed writing to systemd", errno);
|
||||
SPDLOG_THROW spdlog_ex("Failed writing to systemd", errno);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user