mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-20 16:44:47 +02:00

In theory the copy is cheap (couple of pointers change), but tests are usually compiled in Debug mode/with minimal optimizations, which means that most users will still have to pay the cost for those function calls.