Replies: 3 comments 1 reply
-
|
UCRT64 may preserved for gcc libstdc++ if needed. |
Beta Was this translation helpful? Give feedback.
-
|
UCRT64 must be preserved. MINGW32/CLANG32 should keep be dropped. |
Beta Was this translation helpful? Give feedback.
-
|
Would probably be best to drop MINGW32 to get rid of the last remaining legacy 32-bit environment. And drop MINGW64 since it uses the old weird msvcrt. All currently supported Windows versions have ucrt and I bet a lot of people are accidentally using MINGW64 packages instead of the UCRT64 ones because MinGW sounds more familiar to them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think now ucrt are have much better Unicode support, we can drop the old
msvcrt.dll support, and for Windows 10 and upper always have ucrt
for Windows XP to 8 we can ship ucrt along with the application, so that's not a issue at all.
The default toolchain use
llvmand fallback togccwhen needed.There is not need create two set of that.
Beta Was this translation helpful? Give feedback.
All reactions