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

[diff.cpp17.iterators] Added compatibility note on iterator_traits #3662

Merged
merged 1 commit into from Mar 4, 2020

Conversation

AlisdairM
Copy link
Contributor

The specialization of iterator_traits for pointers 'T*' in C++20 is now
constrained by 'is_object_v' and so no longer applies to pointers
to function, or to void.

The specialization of iterator_traits for pointers 'T*' in C++20 is now
constrained by 'is_object_v<T>' and so no longer applies to pointers to
function, or to void.
Copy link
Member

@jensmaurer jensmaurer left a comment

Choose a reason for hiding this comment

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

Looks good.

@zygoloid zygoloid merged commit d1d7769 into cplusplus:master Mar 4, 2020
@AlisdairM AlisdairM deleted the compat_iter_traits branch November 14, 2023 19:28
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

5 participants