Replies: 3 comments 1 reply
|
UCRT64 may preserved for gcc libstdc++ if needed. |
0 replies
|
UCRT64 must be preserved. MINGW32/CLANG32 should keep be dropped. |
0 replies
|
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. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
All reactions