debug: catch exceptions by constref in CHECK_THROWS

This commit is contained in:
Danny Robson 2018-05-03 17:32:03 +10:00
parent 2a6ad38e9c
commit 9f1f3633e2

View File

@ -341,7 +341,7 @@
\
try \
{ C; } \
catch (E) \
catch (E const&) \
{ caught = true; } \
\
if (!caught) \