-
Notifications
You must be signed in to change notification settings - Fork 52
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
ReporterFactoryTests.cpp fails to build with doctest 2.4.2 #168
Labels
Comments
It turns out that values can be combined in See the docs |
However, changing the test to separate values with a
|
claremacrae
added a commit
that referenced
this issue
Jan 6, 2021
And still build with doctest <= 2.4.1
claremacrae
added a commit
to claremacrae/ApprovalTests.cpp.CMakeSamples
that referenced
this issue
Jan 6, 2021
… most dependencies As this project has CI builds run every week, this should allow me to detect earlier any breakages in ApprovalTests.cpp code due to dependencies updating. For the value of this, see approvals/ApprovalTests.cpp#168 Notes: * Catch2 uses v2.x, as we don't yet support v3 * Boost uses 1.72.0 - see #1 for why.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We bundle doctest 2.4.1, which works fine.
However a change in doctest 2.4.2 results in this error message:
The text was updated successfully, but these errors were encountered: