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 libc++ not supprot windows platform, so is there a right way to compile with clang-cl.exe and link standard c++ library?
Or i have to use msvc and windows c++ library?