mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-30 01:04:05 +08:00
Fixed warning
This commit is contained in:
parent
8736ee28e0
commit
62bbd87bdb
@ -19,7 +19,7 @@ class SPDLOG_API err_helper {
|
|||||||
public:
|
public:
|
||||||
err_helper() = default;
|
err_helper() = default;
|
||||||
err_helper(const err_helper& other);
|
err_helper(const err_helper& other);
|
||||||
err_helper(err_helper&& other) noexcept;;
|
err_helper(err_helper&& other) noexcept;
|
||||||
void handle_ex(const std::string& origin, const source_loc& loc, const std::exception& ex) noexcept;
|
void handle_ex(const std::string& origin, const source_loc& loc, const std::exception& ex) noexcept;
|
||||||
void handle_unknown_ex(const std::string& origin, const source_loc& loc) noexcept;
|
void handle_unknown_ex(const std::string& origin, const source_loc& loc) noexcept;
|
||||||
void set_err_handler(err_handler handler);
|
void set_err_handler(err_handler handler);
|
||||||
|
Loading…
Reference in New Issue
Block a user