catch2/.github
Martin Hořeňovský bbba3d8a06
Disable CI for GCC 5 and 6
They can't compile the new constexpr decomposer because
`ITransientExpression` has a defaulted virtual destructor. We could
instead drop the virtual destructor - it only exists to silence
static analysis tools complaining about having virtual functions
without virtual destructor - but GCC 5 and 6 are positively ancient,
so we drop them instead.
2024-02-11 14:36:17 +01:00
..
ISSUE_TEMPLATE Update issue templates 2019-01-18 15:36:34 +01:00
workflows Disable CI for GCC 5 and 6 2024-02-11 14:36:17 +01:00
FUNDING.yml Add myself to FUNDING 2021-10-11 10:44:29 +02:00
pull_request_template.md Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00