Yaakov Selkowitz
Yaakov Selkowitz
GCC 15 defaults to C23, in which bool, true, and false are keywords.
Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [x] extend the test coverage * [ ] update the specification * [ ] adjust...
Catch2 v3 no longer has a monolithic and also requires linking against compiled libraries: https://github.com/catchorg/Catch2/blob/v3.0.1/docs/migrate-v2-to-v3.md This allows either v2 or v3 of system-installed Catch2 to be used. Related: https://github.com/USBGuard/usbguard/pull/659