mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-01 13:03:51 +00: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.