"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1e6efc0cf41082eebf8570238f2f4d1c090fc5f2"
[cmake] Add -fms-compatibility-version=19 when clang-cl gives errors about char16_t
What we are really trying to do here is to figure out if we are using the 2015 STL. Unfortunately, so far as I know the MSVC STL does not define a version macro that we can check directly. Instead I wrote a check to see if char16_t works. llvm-svn: 264881
Loading
Please register or sign in to comment