-
-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CHECK_MESSAGE no longer works with DOCTEST_CONFIG_SUPER_FAST_ASSERTS #280
Comments
u3shit
added a commit
to u3shit/libshit
that referenced
this issue
Aug 24, 2019
more bugs with newer versions: doctest/doctest#280 doctest/doctest#279
Thanks for reporting this regression! fixed in the dev branch - you can use it from there immediately. I'll release 2.3.5... at some point :) |
I can confirm that my sample is now working with the dev branch 👍. I can't test it with my real code right now because of the two other bugs I've opened. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
While updating doctest, CHECK_MESSAGE broke and it causes a compilation failure. It looks like it was broke in c494843, it works in 2.1.0 while in 2.2.0 it fails with an error:
I get the same error with 2.3.4.
Steps to reproduce
Compile with
clang++
without any special flags.The text was updated successfully, but these errors were encountered: