mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-10 18:40:49 +02:00
d10b73f9f1
- 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.