bump min compiler version

This commit is contained in:
conrad
2024-10-05 16:54:40 +10:00
parent bca1545ae3
commit ce4d54c82b
+1 -1
View File
@@ -314,7 +314,7 @@
#if defined(_MSC_VER)
#if (_MSC_VER < 1900)
#if (_MSC_VER < 1910)
#error "*** newer compiler required ***"
#endif