mapbox / variant

C++11/C++14 Variant
BSD 3-Clause "New" or "Revised" License
371 stars 101 forks source link

Update bundled Catch and fix resulting issues #143

Closed tomhughes closed 7 years ago

tomhughes commented 7 years ago

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

springmeyer commented 7 years ago

Thanks @tomhughes!