Skip to content

Conversation

@kroening
Copy link
Collaborator

C++11 15.1 §5 requires that objects that are thrown have an accessible copy/move constructor and a destructor.

This adds an explicit copy constructor to a few classes where the compiler cannot build the default copy constructor.

C++11 15.1 §5 requires that objects that are thrown have an accessible
copy/move constructor and a destructor.

This adds an explicit copy constructor to a few classes where the compiler
cannot build the default copy constructor.
@kroening kroening marked this pull request as ready for review July 20, 2024 13:22
@tautschnig tautschnig merged commit 23f9838 into main Jul 22, 2024
@tautschnig tautschnig deleted the exception-constructors branch July 22, 2024 07:56
Romy15200 pushed a commit to Romy15200/nws that referenced this pull request Aug 19, 2025
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

Successfully merging this pull request may close these issues.

3 participants