-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
A few functions in ranges.h need inlining #2481
Comments
Please provide more details and ideally a repro. |
Sure, I created a test then the corresponding fix here https://github.com/palacaze/fmt/tree/ranges-odr |
Could you submit a PR with the fix since you already have one? |
Would you prefer a PR with only the fix or also the accompanying testcase? |
Test would be great, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recent changes in ranges.h introduced non-templated functions that are not inlined, thus breaking the ODR and triggering compilation errors.
The text was updated successfully, but these errors were encountered: