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