Closed ruurdadema closed 2 months ago
Please consider this PR which makes the error_event struct copy-assignable. The reason it's not right now is because the ec member variable is marked const. This makes is harder to work with this struct.
error_event
ec
It makes sense actaully. Thanks for pointing this out. 👍
Please consider this PR which makes the
error_event
struct copy-assignable. The reason it's not right now is because theec
member variable is marked const. This makes is harder to work with this struct.