Skip to content
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

Update bundled Catch and fix resulting issues #74

Merged
merged 2 commits into from
Feb 15, 2017
Merged

Conversation

tomhughes
Copy link
Contributor

This updates Catch to v1.7.1 and fixed some issues resulting from catchorg/Catch2#823 by ensuring that we always pass an expression and not a block to the REQUIRE_THROWS and REQUIRE_THROWS_AS macros.

The first argument to REQUIRE_THROWS and REQUIRE_THROWS_AS is
documented as being an expression and recent changes mean that is
now being enforced.

catchorg/Catch2#823
@joto
Copy link
Collaborator

joto commented Feb 13, 2017

Thanks. I'll wait for osmcode/libosmium#196 to be resolved before merging your changes, otherwise protozero might have the same problems on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants