PortableBitfields
PortableBitfields copied to clipboard
GCC 14.2 Catch2 Unit Test Compilation Issues
When building Catch2 against later GCC versions, I encountered some errors about types like uint8_t and uint32_t not being defined. Upgrading Catch2 to v3.10.0 resolve these issues and allowed me to successfully build and run the tests. Can we update Catch2 to the later version?