mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-09 21:24:46 +01:00

- seems the #ifdef was necessary after all, because of the difference in the way the cpp files are included in the full project vs the single include - in the OC project I moved the #include of catch_tostring.cpp first. That solves the project for now, but is a brittle solution