Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make error_event copy assignable #316

Merged

Conversation

ruurdadema
Copy link
Contributor

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.

The const int makes the struct not copy assignable.
@skypjack skypjack self-assigned this Sep 5, 2024
@skypjack skypjack self-requested a review September 5, 2024 07:00
@skypjack
Copy link
Owner

skypjack commented Sep 5, 2024

It makes sense actaully. Thanks for pointing this out. 👍

@skypjack skypjack merged commit 44541bd into skypjack:main Sep 5, 2024
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants