catch2/tests/SelfTest/Baselines
Martin Hořeňovský 41bbaa6d57
Implement a simplified variant of std::unique_ptr<T>
This simplified variant supports only a subset of the functionality
in `std::unique_ptr<T>`. `Catch::Detail::unique_ptr<T>` only supports
single element pointer (no array support) with default deleter.

By removing the support for custom deleters, we also avoid requiring
significant machinery to support EBO, speeding up instantiations of
`unique_ptr<T>` significantly. Catch2 also currently does not need
to support `unique_ptr<T[]>`, so that is not supported either.
2020-05-31 15:08:47 +02:00
..
automake.std.approved.txt Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
automake.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
compact.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
console.std.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
console.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
console.swa4.approved.txt Remove duplicated test for #1027 2020-05-03 09:58:46 +02:00
junit.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
sonarqube.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
tap.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
teamcity.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00
xml.sw.approved.txt Implement a simplified variant of std::unique_ptr<T> 2020-05-31 15:08:47 +02:00