catch2/projects/SelfTest/Baselines
Martin Hořeňovský 7b865daccc
Make StringRef's operator std::string explicit
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.
2019-09-08 15:58:10 +02:00
..
automake.std.approved.txt Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00
compact.sw.approved.txt Make StringRef's operator std::string explicit 2019-09-08 15:58:10 +02:00
console.std.approved.txt Make StringRef's operator std::string explicit 2019-09-08 15:58:10 +02:00
console.sw.approved.txt Make StringRef's operator std::string explicit 2019-09-08 15:58:10 +02:00
console.swa4.approved.txt Small cleanup of self tests 2019-08-04 13:50:25 +02:00
junit.sw.approved.txt Make StringRef's operator std::string explicit 2019-09-08 15:58:10 +02:00
xml.sw.approved.txt Make StringRef's operator std::string explicit 2019-09-08 15:58:10 +02:00