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

[pairs.pair]/25 operator= Effects clause uses wrong type names U and V #2036

Closed
BoPersson opened this issue Apr 15, 2018 · 0 comments
Closed
Assignees

Comments

@BoPersson
Copy link

operator=(pair<U1, U2>&& p);

The pair member templates now use types U1 and U2, but this Effects clause still uses the older names U and V.

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