-
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
Ambiguous call to overloaded function arg_mapper when xchars header is included #2465
Comments
It looks like you are mixing wide and narrow character strings which is not supported:
Notice that the |
It seems that including |
|
I checked and see it works for Prior to 8.0.1 and without including When importing Is that expected behaviour ? |
Thanks for the response. I am referring to the above code specifically when using Another example (with xchars header included) works with does not work anymore if you change |
Fixed in 6d597e3. Now it gives the expected error (since mixing of narrow and wide strings is disallowed) regardless of whether
Thanks for reporting! |
After upgrading to fmt v8.0.1 I am getting a compilation error on visual studio.
I haven't really looked in depth but it looks like it is coming from lib fmt.
It only happens for specific versions of visual studio and not for every version it seems.
It is reproduced here :
https://github.com/odygrd/quill/runs/3413814682?check_suite_focus=true
I could also reproduce it myself on Visual Studio 2019 16.8.1
Anyone has seen this before on windows ? I can compile fine on macos and on linux
It looks like one of the tests that is using fmt causes this compiler error since the workflow where the tests are no being compiled compiles fine. I am still trying to dig deeper and find exactly where it is caused
The text was updated successfully, but these errors were encountered: