mirror of
https://github.com/catchorg/Catch2
synced 2026-02-13 13:02:14 +00:00
This way it is explicit when there is a `StringRef` -> `std::string` conversion and makes it easier to look for allocations that could be avoided. Doing this has already removed one allocation per registered test case, as there was a completely pointless `StringRef` -> `std::string` conversion when parsing tags of a test case.
4.7 KiB
4.7 KiB