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

shared_ptr(unique_ptr<Y, D>&&r) is missing a space #249

Closed
StephanTLavavej opened this issue Dec 17, 2013 · 0 comments
Closed

shared_ptr(unique_ptr<Y, D>&&r) is missing a space #249

StephanTLavavej opened this issue Dec 17, 2013 · 0 comments

Comments

@StephanTLavavej
Copy link
Contributor

N3797 20.8.2.2.1 [util.smartptr.shared.const]/33 defines:

template <class Y, class D> shared_ptr(unique_ptr<Y, D>&&r);

It should say unique_ptr<Y, D>&& r as 20.8.2.2 [util.smartptr.shared]/1's class definition already does.

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

No branches or pull requests

1 participant