mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-09 00:09:33 +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