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

[allocator.uses.construction] LWG3527 incompletely applied #4728

Closed
BoPersson opened this issue Jul 2, 2021 · 1 comment · Fixed by #4729
Closed

[allocator.uses.construction] LWG3527 incompletely applied #4728

BoPersson opened this issue Jul 2, 2021 · 1 comment · Fixed by #4729
Assignees

Comments

@BoPersson
Copy link

In N4892, paragraph 15 of the section now looks like:

return uses_allocator_construction_args(alloc, piecewise_construct,
forward_as_tuple(get<0>(std::move(pr)),
forward_as_tuple(get<1>(std::move(pr)));

Here the second and third row would each need an additional closing parenthesis to match the code in the issue resolution.

@JohelEGP
Copy link
Contributor

JohelEGP commented Jul 2, 2021

Missed at 9ffd955.

@jensmaurer jensmaurer changed the title [allocator.uses.construction] Issue 3527 incompletely applied [allocator.uses.construction] LWG3527 incompletely applied Jul 2, 2021
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 a pull request may close this issue.

2 participants