Closed weaversam8 closed 2 years ago
Actually, it looks like this was fixed in this commit: https://github.com/catchorg/Catch2/commit/bad3c930493d08dd7cca2af57cf355d9b7cddb21 and released in the v2.x track as v2.12.4, which should be an easier upgrade than to the v3.x track.
Thanks for the research, I will take a look
Can you try to compile #37, it's contains the v2.12.4.
Yep, #37 fixes the issue!
Thank you for the input
While attempting to use this project with inkcpp-python, I followed the instructions listed in the README to build the project. Each of the subprojects builds successfully with the exception of
inkcpp_test
, which reports an invalid opcode in inline assembly:This is an issue with Catch, and was fixed in this commit: https://github.com/catchorg/Catch2/commit/a25c1a24af8bffd35727a888a307ff0280cf9387 (released as v3.0.0-preview3.)