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

[expr.new] Avoid "heap allocation" #380

Merged
merged 1 commit into from Aug 27, 2014
Merged

Conversation

FrankHB
Copy link
Contributor

@FrankHB FrankHB commented Aug 27, 2014

The term "heap allocation" is not normatively defined, and the term "heap" has other meaning in the standard. Here "heap allocation" is typical implementation details, likely close to "free store". To clarify the intent, it would be better never used at all, even in an example.

The term "heap allocation" is not normatively defined, and the term "heap" has other meaning in the standard. Here "heap allocation" is typical implementation details, likely close to "free store". To clarify the intent, it would be better never used at all, even in an example.
zygoloid added a commit that referenced this pull request Aug 27, 2014
[expr.new] Avoid "heap allocation"
@zygoloid zygoloid merged commit 1f92e0b into cplusplus:master Aug 27, 2014
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.

None yet

2 participants