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

Consider ADL begin() and end() when joining ranges #3824

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

bbolli
Copy link
Contributor

@bbolli bbolli commented Jan 21, 2024

Closes #3813

TODO: also handle const containers. I've tried a few things, but it was now obvious to me how it should be implemented.

Closes fmtlib#3813

Signed-off-by: Beat Bolli <dev@drbeat.li>
@vitaut vitaut merged commit e1832bc into fmtlib:master Jan 22, 2024
41 checks passed
@vitaut
Copy link
Contributor

vitaut commented Jan 22, 2024

Thank you!

@rhalbersma
Copy link

Wouldn't replacing std::begin and std::end with std::ranges::begin and std::ranges::end accomplish the same in a more idiomatic way? Or would that be breaking pre-C++20 compilers?

@vitaut
Copy link
Contributor

vitaut commented Jan 22, 2024

It would break pre-C++20.

happymonkey1 pushed a commit to happymonkey1/fmt that referenced this pull request Apr 7, 2024
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.

join does not use ADL on begin/end of its ranges
3 participants