Skip to content

LWG3953: iter_move for common_iterator and counted_iterator should return decltype(auto) #105303

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

Closed
ldionne opened this issue Aug 20, 2024 · 1 comment · Fixed by #107535
Closed
Labels
c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`

Comments

@ldionne
Copy link
Member

ldionne commented Aug 20, 2024

Link: https://wg21.link/LWG3953

@ldionne ldionne added c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group labels Aug 20, 2024
@ldionne ldionne added the ranges Issues related to `<ranges>` label Aug 28, 2024
@NoumanAmir657
Copy link
Contributor

Can I submit a patch for this?
Only have to change the return type for both to decltype(auto)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++26 libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. lwg-issue this is an issue that was filed to the Library Working Group ranges Issues related to `<ranges>`
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants