mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-05 15:05:44 +02:00

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