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
Currently these default constructors are specified with
Effects: Initializes p{}.
p{}
, which seems unconventional.
Do we want to say (wordy) "direct-list-initializes p from an empty initializer list" or "value-initializes p"?
p
The text was updated successfully, but these errors were encountered:
I think just value-initializes p.
Sorry, something went wrong.
Agreed. Feel free to post an editorial pull request here.
Successfully merging a pull request may close this issue.
Currently these default constructors are specified with
, which seems unconventional.
Do we want to say (wordy) "direct-list-initializes
p
from an empty initializer list" or "value-initializesp
"?The text was updated successfully, but these errors were encountered: