mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-27 10:45:40 +01:00
- it was forward declared as a class, which caused warnings on some compilers. It should really have been a class anyway. - this addresses the same issue as PR #534, albeit from the other angle.