This commit is contained in:
Christophe Riccio
2019-04-04 14:01:05 +02:00
parent 229b762c31
commit 13d2cea73f
3 changed files with 65 additions and 52 deletions

View File

@@ -31,6 +31,12 @@ int test_compiler()
case GLM_COMPILER_VC15_7:
std::printf("Visual C++ 15.7 - 2017\n");
break;
case GLM_COMPILER_VC15_8:
std::printf("Visual C++ 15.8 - 2017\n");
break;
case GLM_COMPILER_VC15_9:
std::printf("Visual C++ 15.9 - 2017\n");
break;
case GLM_COMPILER_VC16:
std::printf("Visual C++ 16 - 2019\n");
break;