1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-01 13:05:44 +02:00
Martin Hořeňovský 73159ace3d REQUIRE_THROWS_AS now catches exception by const&
Prevents some warnings caused by catching complex types by value.

Closes 
2017-02-09 12:57:01 +01:00
..