event: make error_event copy assignable (#316)

This commit is contained in:
Ruurd Adema 2024-09-05 09:36:57 +02:00 committed by GitHub
parent a4436b746e
commit 44541bd1bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,7 @@ struct error_event {
explicit operator bool() const noexcept;
private:
const int ec;
int ec;
};
/**