Visual Studio 2019 recently added support for LLVM 8.0 via clang-cl.
When using clang-cl with cisst, it seems that the build fails due to the fact that it's a bit tricky to identify clang-cl when used with MSVC. This PR addresses some of the problems associated with using clang-cl but #76 is still a problem. I can add a fix for that issue as well, but I'm not sure what the best route would be to fix that.
Visual Studio 2019 recently added support for LLVM 8.0 via
clang-cl
.When using
clang-cl
with cisst, it seems that the build fails due to the fact that it's a bit tricky to identifyclang-cl
when used with MSVC. This PR addresses some of the problems associated with usingclang-cl
but #76 is still a problem. I can add a fix for that issue as well, but I'm not sure what the best route would be to fix that.