-
Kirill Smelkov authored
Up until now we had scattered ifdef __linux__, ifdef __APPLE__, ifdef _MSC_VER etc. And in the future we will need to detect more things with more involved conditions. -> Factor the code, that detects OS and compiler, into one place as a preparatory step for that.
704cbb60