This commit is contained in:
Gabi Melman 2020-04-28 18:01:48 +03:00 committed by GitHub
parent 98388d18de
commit 348c4380d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{ {