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

[temp.local] Fix example not to name the constructor. #1981

Merged
merged 1 commit into from Mar 30, 2018

Conversation

jensmaurer
Copy link
Member

Fixes #1900.

@@ -4392,7 +4392,7 @@
};

template<class T, template<class> class U = T::template Base> struct Third { };
Third<Base<int> > t; // OK: default argument uses injected-class-name as a template
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel that we're breaking someone's in-joke here, but fine.

@tkoeppe tkoeppe merged commit fe4aa95 into cplusplus:master Mar 30, 2018
@jensmaurer jensmaurer deleted the b45 branch March 30, 2018 20:23
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