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

[basic.stc.dynamic.general] Strike "during program execution" #7260

Closed
wants to merge 1 commit into from

Conversation

Eisenwave
Copy link
Contributor

Since C++20, it is possible to use new during program translation, not just during execution, so it is misleading to specify "during program execution" here.

Note that this text has not been changed since C++98.

@Eisenwave
Copy link
Contributor Author

Now looking at it, maybe we should also say

objects with dynamic storage duration can be created

... rather than

objects can be created dynamically

... considering that "created dynamically" doesn't really mean anything.

@Eisenwave
Copy link
Contributor Author

Eisenwave commented Oct 20, 2024

Superseded by #7330.

The new PR fixes all issues associated with the paragraph.

@Eisenwave Eisenwave closed this Oct 20, 2024
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.

1 participant