mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-25 20:04:46 +01:00

Wrong nesting of namespaces resulted in the `Catch` namespace being ambigous between `::Catch` and `::{anon}::Catch` namespaces. This should fix it. Closes #1761