You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I updated visual studio 2022 to version 17.10.1, the project had an error with fmt
The specific error is: static_assert failed: 'Unicode support requires compiling with /utf-8'.
Can someone please help me fix this bug?
The text was updated successfully, but these errors were encountered:
I have the same problem. I certainly can't disable Unicode support.
How do we 'build with /utf-8'? Is it a solution setting, or a project setting, or a compiler setting, or a linker setting?
After I updated visual studio 2022 to version 17.10.1, the project had an error with fmt
The specific error is: static_assert failed: 'Unicode support requires compiling with /utf-8'.
Can someone please help me fix this bug?
The text was updated successfully, but these errors were encountered: