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

Make join() handle non-const-only begin/end ranges #1786

Merged
merged 2 commits into from
Jul 21, 2020
Merged

Make join() handle non-const-only begin/end ranges #1786

merged 2 commits into from
Jul 21, 2020

Conversation

tonyelewis
Copy link
Contributor

See #1784.

Add tests that demonstrate the problem and check obvious variations.

I agree that my contributions are licensed under the {fmt} license, and agree to future changes to the licensing.

Copy link
Contributor

@vitaut vitaut left a comment

Choose a reason for hiding this comment

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

Thanks for the PR. Looks good but please apply clang-format.

See #1784.

Add tests that demonstrate the problem and check obvious variations.
@tonyelewis
Copy link
Contributor Author

Roger - I've applied clang-format.

@vitaut vitaut merged commit febffa4 into fmtlib:master Jul 21, 2020
@tonyelewis tonyelewis deleted the join-non-const-only-ranges branch July 21, 2020 19:18
@mattgodbolt
Copy link

Will there be a release including this fix any time? I just hit it and saw that it's been fixed for a while, but doesn't seem to be any 7.0.x release (although the fix is a few months old by 7.0.x.) Thanks!

@vitaut
Copy link
Contributor

vitaut commented Sep 16, 2020

I plan to make a new minor release in the next two months or so. This is more than a fix which is why it's not included in patch releases. BTW master is stable so you don't need to wait for release, just pin to a specific commit.

@mattgodbolt
Copy link

Thanks @vitaut - understood completely :) I'm using conan and the public conan repo in the project that hit this issue: it's not deadly enough to try and get a new packaging system in; I can wait for 7.1.x :) Thanks for all your hard work!

@tonyelewis
Copy link
Contributor Author

I'm using conan and the public conan repo in the project that hit this issue

Yep – FWIW, I'm in this same situation as @mattgodbolt. I wish conan provided some way of accessing a dependency's master. But I too can wait for 7.1.x.

Thanks for all your hard work!

👍

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.

3 participants