Skip to content

Fix wrong examples in [meta.detect] #58

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

Merged
merged 1 commit into from
May 13, 2015
Merged

Fix wrong examples in [meta.detect] #58

merged 1 commit into from
May 13, 2015

Conversation

timsong-cpp
Copy link
Contributor

It's is_detected<Op, Args...>, so copy_assign_t first, then T. Similarly, it's is_detected_exact<Expected, Op, Args...>, so T&, then copy_assign_t, then T.

It's `is_detected<Op, Args...>`, so `copy_assign_t` first, then `T`. Similarly, it's `is_detected_exact<Expected, Op, Args...>`, so `T&`, then `copy_assign_t`, then `T`.
jyasskin added a commit that referenced this pull request May 13, 2015
Fix wrong examples in [meta.detect]
@jyasskin jyasskin merged commit cfdeb32 into cplusplus:v2 May 13, 2015
@jyasskin
Copy link
Contributor

Thanks!

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.

2 participants