-
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
fmt::format
doesn't seem to work with bidirectional nested ranges
#3710
Comments
not sure if this is the exact same issue but cemu fails to build on fedora 39 with what seems to be the same |
apparently this is fixed (on the cemu build anyway) with fmt 10.1 |
Fixed in e7875ae. Thanks for reporting. |
This was resolved in 10.2.1, however the issue reappeared on the trunk. @vitaut |
Reopening. We need to bisect. |
Regression introduced in 11f2f30 Already have a test for this, but needed to make __cpp_lib_ranges smaller to enable it
I encountered a very strange issue,
{fmt}
rejected the following, but libc++ will not as expected.Not sure if this is a bug or if I'm missing something. (I will try to find the root cause when I have time)
https://godbolt.org/z/KhGYGhMzY
The text was updated successfully, but these errors were encountered: