mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-13 17:22:06 +08:00
Fix #1535
This commit is contained in:
parent
98388d18de
commit
348c4380d6
@ -204,8 +204,8 @@ private:
|
|||||||
std::string msg_;
|
std::string msg_;
|
||||||
};
|
};
|
||||||
|
|
||||||
void throw_spdlog_ex(const std::string &msg, int last_errno);
|
SPDLOG_API void throw_spdlog_ex(const std::string &msg, int last_errno);
|
||||||
void throw_spdlog_ex(std::string msg);
|
SPDLOG_API void throw_spdlog_ex(std::string msg);
|
||||||
|
|
||||||
struct source_loc
|
struct source_loc
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user