mirror of
https://github.com/catchorg/Catch2
synced 2026-02-13 13:02:14 +00:00
Wrong nesting of namespaces resulted in the `Catch` namespace
being ambigous between `::Catch` and `::{anon}::Catch` namespaces.
This should fix it.
Closes #1761