We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be942e0 commit 5dce654Copy full SHA for 5dce654
src/details/err_helper.cpp
@@ -14,7 +14,7 @@ err_helper::err_helper(const err_helper &other)
14
15
err_helper::err_helper(err_helper &&other)
16
: custom_err_handler_(std::move(other.custom_err_handler_)),
17
- last_report_time_(other.last_report_time_) {};
+ last_report_time_(other.last_report_time_) {}
18
19
// Prints error to stderr with source location (if available). A stderr sink is not used because reaching
20
// this point might indicate a problem with the logging system itself so we use fputs() directly.
0 commit comments