mysql icon indicating copy to clipboard operation
mysql copied to clipboard

CI tests for older compilers

Open anarthal opened this issue 5 years ago • 0 comments

The library is designed to support C++11. Make the CIs run the tests for older compiler versions:

  • gcc 4.9 to current
  • clang 3.3 to current
  • Visual Studio 2017 to current

CIs should explicitly use a certain toolchain instead of relying on the platform default, which may change over time.

anarthal avatar Nov 29 '20 16:11 anarthal