We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LWG-3211 std::tuple<> should be trivially constructible
The text was updated successfully, but these errors were encountered:
Has this ABI implications? Otherwise the fix is rather trivial (I blame @CaseyCarter for that one)
STL/stl/inc/tuple
Lines 207 to 209 in 9959929
Sorry, something went wrong.
As the previous ABI-breaker here, I believe that the default ctor should be OK to change, but we'll double-check of course.
Successfully merging a pull request may close this issue.
LWG-3211 std::tuple<> should be trivially constructible
The text was updated successfully, but these errors were encountered: