You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 reviewnoexcept
possibility forzserio::Optional
andzserio::Variant
(this won't be straightforward).Please, review all generated methods and consider to use
noexcept
everywhere where it is possible.The text was updated successfully, but these errors were encountered: