Files
cantera/test_problems/CpJump
Ingmar Schoegl 5cd3d8a29a [test_problems] Remove checks for legacy VS versions
_MSC_VER < 1900 corresponds to 1800 and earlier, which is
VC++ version 12.0 (Visual Studio 2013). Cantera now uses the C++17
standard, with the current minimum requirement VC++ version 14.1
(Visual Studio 2017).
2023-03-10 13:39:22 -06:00
..