fix warning

This commit is contained in:
gabime 2023-09-23 01:53:03 +03:00
parent e315bcb2a9
commit ea1c829764

View File

@ -236,7 +236,7 @@ class SPDLOG_API spdlog_ex : public std::exception
public: public:
explicit spdlog_ex(std::string msg); explicit spdlog_ex(std::string msg);
spdlog_ex(const std::string &msg, int last_errno); spdlog_ex(const std::string &msg, int last_errno);
const char *what() const noexcept override; [[nodiscard]] const char *what() const noexcept override;
private: private:
std::string msg_; std::string msg_;