Open
Description
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!