-
Notifications
You must be signed in to change notification settings - Fork 8
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
Is it intended that an aggregate with a deleted or nonexistent default constructor satisfy DefaultConstructible? #300
Comments
|
Committee discussion of this issue needs to consider the fact that this implies the existence of |
As with |
For example, given
The following expressions are all valid:
which would seem to mean that
A
meetsDefaultConstructible
as defined in [concepts.lib.object.defaultconstructible], unless I missed something.If this is intended, then the note in [concepts.lib.object.defaultconstructible] is incorrect.
Proposed Resolution
See P0547R1.
The text was updated successfully, but these errors were encountered: