PortableBitfields icon indicating copy to clipboard operation
PortableBitfields copied to clipboard

GCC 14.2 Catch2 Unit Test Compilation Issues

Open nate-plxs opened this issue 4 months ago • 0 comments

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?

nate-plxs avatar Aug 28 '25 16:08 nate-plxs