Clang 5 in a Docker container for C++17 development(solarianprogrammer.com) |
Clang 5 in a Docker container for C++17 development(solarianprogrammer.com) |
Why is this? I mean, I understand why you don't want to install over the system compiler, but having another version of Clang installed side by side shouldn't be an issue, should it?
In theory, yes, you should be able to run a different version of Clang side by side.