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
I just updated to the latest VS 2022 and had tons of fmt warning which were removed when I updated to 11.0.2 and it reduced it to one that is repeating which might relate to #2297 The compiler shows the assert message "Unicode support requires compiling with /utf-8" but it doesn't matter if /utf-8 is added or not.
For now I am just returning true from is_utf8_enabled in base.h and haven't noticed anything. Is this a known issue or did the compiler fix get released change PR 2297?
The text was updated successfully, but these errors were encountered:
emveepee
changed the title
Visual Studio update
Visual Studio update break is_utf8_enabled()
Aug 13, 2024
emveepee
changed the title
Visual Studio update break is_utf8_enabled()
Visual Studio update breaks is_utf8_enabled()
Aug 13, 2024
I was not able to repro this issue on MSVC 2022 (v19.30): https://www.godbolt.org/z/fo4aKMao7. Most likely the problem is in your build config, make sure that /utf-8 is correctly passed to the compiler.
I was not able to repro this issue on MSVC 2022 (v19.30): https://www.godbolt.org/z/fo4aKMao7. Most likely the problem is in your build config, make sure that /utf-8 is correctly passed to the compiler.
Yes sorry that was it I didn't pass /utf-8 in both debug and release. Sorry to bother you.
I just updated to the latest VS 2022 and had tons of fmt warning which were removed when I updated to 11.0.2 and it reduced it to one that is repeating which might relate to #2297 The compiler shows the assert message "Unicode support requires compiling with /utf-8" but it doesn't matter if /utf-8 is added or not.
For now I am just returning true from is_utf8_enabled in base.h and haven't noticed anything. Is this a known issue or did the compiler fix get released change PR 2297?
The text was updated successfully, but these errors were encountered: