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

Improve is_tuple_like trait #2970

Merged
merged 1 commit into from Oct 26, 2017
Merged

Improve is_tuple_like trait #2970

merged 1 commit into from Oct 26, 2017

Conversation

K-ballo
Copy link
Member

@K-ballo K-ballo commented Oct 22, 2017

  • Move SFINAE out of the lookup phase, defer to base implementation
  • Ignore cv-qualified specializations of tuple_size

- Move SFINAE out of the lookup phase, defer to base implementation
- Ignore cv-qualified specializations of tuple_size
Copy link
Member

@hkaiser hkaiser left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@hkaiser hkaiser merged commit 5e5879e into master Oct 26, 2017
@hkaiser hkaiser deleted the is_tuple_like branch October 26, 2017 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants