-
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_to + FMT_STRING with wide characters fails to compile #3925
Comments
The code above compiles successfully prior to this commit: 2e5b14b. For example in {fmt} version 10.2.1, it compiles: https://godbolt.org/z/T7jd487rK |
hmbj
pushed a commit
to hmbj/fmt
that referenced
this issue
Apr 15, 2024
hmbj
pushed a commit
to hmbj/fmt
that referenced
this issue
Apr 16, 2024
Added overload that takes a wformat_string. Fixes issue fmtlib#3925.
vitaut
pushed a commit
that referenced
this issue
Apr 17, 2024
Added overload that takes a wformat_string. Fixes issue #3925.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a wide character buffer,
fmt::format_to
withFMT_STRING
fails to compile. Compiles fine using narrow character buffer.godbolt repro:
https://godbolt.org/z/h7Trrjf5M
The text was updated successfully, but these errors were encountered: