mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-14 17:35:39 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user