Problem: - A variety of compilers are tested in CI, but they are all tested on the C++11 standard. This prevents CI from catching bugs that exist only on a particular version of the C++ standard. Solution: - Parameterize CI on C++ standards 11, 14, 17, and 20. |
||
|---|---|---|
| .. | ||
| doc.yml | ||
| linux.yml | ||
| macos.yml | ||
| windows.yml | ||