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
Hello! Libc++ have support for clang-cl, even for the MSVC driver. Could you please add support for libc++ as a replacement for MSVC STL?
I request that because libc++ in combination with pthread thread model (implemented with NT4 syscalls in winpthreads) can support a wide range of ancient versions of windows, see https://github.com/enlyze/EnlyzeWinCompatLib
It could be great to have an option to switch to libc++ natively in Visual Studio IDE. Thanks!
The text was updated successfully, but these errors were encountered:
I'm sorry, but this issue may require you to explore it on your own or wait for someone/AI agents else to solve it.
Firstly, this issue is not actually that complicated; you need to link to libc++ yourself instead of using MSVC's CRT.
Secondly, i am no longer working in the Windows-related industry. 🙏
Hello! Libc++ have support for clang-cl, even for the MSVC driver. Could you please add support for libc++ as a replacement for MSVC STL?
I request that because libc++ in combination with pthread thread model (implemented with NT4 syscalls in winpthreads) can support a wide range of ancient versions of windows, see https://github.com/enlyze/EnlyzeWinCompatLib
It could be great to have an option to switch to libc++ natively in Visual Studio IDE. Thanks!
The text was updated successfully, but these errors were encountered: