lib/curl: add "noexcept"
This commit is contained in:
@@ -144,7 +144,7 @@ private:
|
||||
}
|
||||
|
||||
/* virtual methods from CurlResponseHandler */
|
||||
void OnError(std::exception_ptr e) final {
|
||||
void OnError(std::exception_ptr e) noexcept final {
|
||||
const std::lock_guard<Mutex> lock(mutex);
|
||||
postponed_error = std::move(e);
|
||||
SetDone();
|
||||
|
Reference in New Issue
Block a user