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

Review noexcept usage in the generated code #68

Open
mikir opened this issue Jan 24, 2025 · 1 comment
Open

Review noexcept usage in the generated code #68

mikir opened this issue Jan 24, 2025 · 1 comment
Milestone

Comments

@mikir
Copy link
Collaborator

mikir commented Jan 24, 2025

The noexcept is not properly used everywhere.

For example, field constructors of the structure types could probably be noexcept but then it is necessary to review noexcept possibility for zserio::Optional and zserio::Variant (this won't be straightforward).

Please, review all generated methods and consider to use noexcept everywhere where it is possible.

@mikir mikir added this to the Backlog milestone Jan 24, 2025
@mikir
Copy link
Collaborator Author

mikir commented Jan 30, 2025

Possible duplicate to #46.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant