event: make error_event copy assignable (#316)
This commit is contained in:
parent
a4436b746e
commit
44541bd1bd
@ -70,7 +70,7 @@ struct error_event {
|
||||
explicit operator bool() const noexcept;
|
||||
|
||||
private:
|
||||
const int ec;
|
||||
int ec;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user