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

20.7.2 [memory.syn] should mention owner_less's default template arg #563

Closed
StephanTLavavej opened this issue Nov 19, 2015 · 1 comment
Closed

Comments

@StephanTLavavej
Copy link
Contributor

N4567 20.7.2 [memory.syn] declares:

template<class T> class owner_less;

But 20.8.2.4 [util.smartptr.ownerless] now says:

template<class T = void> struct owner_less;

The synopsis should be updated, to be consistent with plus<> etc. Also, the class vs. struct disagreement should be fixed.

@jwakely
Copy link
Member

jwakely commented Nov 19, 2015

Fixed at faf6ce0

@jwakely jwakely closed this as completed Nov 19, 2015
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

2 participants