Namespace our type traits in catch_meta

Previously they could conflict with user-defined type traits that
were in the global namespace.

Fixes #1548
This commit is contained in:
Martin Hořeňovský
2019-02-23 21:06:16 +01:00
parent ef5fd8d42f
commit 29b3b7ae6b
10 changed files with 87 additions and 46 deletions

View File

@@ -1174,6 +1174,6 @@ due to unexpected exception with message:
Why would you throw a std::string?
===============================================================================
test cases: 245 | 185 passed | 56 failed | 4 failed as expected
assertions: 1379 | 1243 passed | 115 failed | 21 failed as expected
test cases: 246 | 186 passed | 56 failed | 4 failed as expected
assertions: 1380 | 1244 passed | 115 failed | 21 failed as expected