I want to compile my vs project with clang-cl.exe in visual studio and use standard c++ library like libc++ or libstdc++. It seems that libc++ is not supported on Windows platform. Is there a right way to compile with clang-cl.exe and link standard c++ library?
Or do I have to use msvc and Windows c++ library?