Skip to content
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

[class.default.ctor] Fix sloppy wording. #4026

Merged
merged 1 commit into from Jan 14, 2022
Merged

Conversation

jensmaurer
Copy link
Member

@jensmaurer jensmaurer commented Jun 6, 2020

Initialization is fully specified in [dcl.init],
so turn the list of default-initialization cases
into a note and shorten it appropriately.

Fixes #4019

source/classes.tex Outdated Show resolved Hide resolved
source/classes.tex Outdated Show resolved Hide resolved
@zygoloid zygoloid added the changes requested Changes to the wording or approach have been requested and not yet applied. label Oct 6, 2020
@jensmaurer jensmaurer removed the changes requested Changes to the wording or approach have been requested and not yet applied. label Oct 21, 2020
@wg21bot wg21bot added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Jun 15, 2021
@jensmaurer jensmaurer removed the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Jun 15, 2021
@tkoeppe tkoeppe requested a review from zygoloid June 15, 2021 16:13
@wg21bot wg21bot added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Oct 24, 2021
Initialization is fully specified in [dcl.init],
so turn the list of default-initialization cases
into a note and shorten it appropriately.
@jensmaurer jensmaurer removed the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Oct 25, 2021
Copy link
Member

@zygoloid zygoloid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tkoeppe
Copy link
Contributor

tkoeppe commented Jan 14, 2022

@jensmaurer: Could you try and come up with a more descriptive commit message? I'm not sure how to best say it, but maybe something slightly more specific? Then feel free to merge immediately, e.g. just edit the message as part of a "squash". Thanks!

@jensmaurer jensmaurer merged commit 90d178d into cplusplus:main Jan 14, 2022
@jensmaurer jensmaurer deleted the c20 branch January 14, 2022 18:46
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.

[class.default.ctor]/4 /5 Constructors do not create objects
4 participants