mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
41bbaa6d57
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. |
||
---|---|---|
.. | ||
automake.std.approved.txt | ||
automake.sw.approved.txt | ||
compact.sw.approved.txt | ||
console.std.approved.txt | ||
console.sw.approved.txt | ||
console.swa4.approved.txt | ||
junit.sw.approved.txt | ||
sonarqube.sw.approved.txt | ||
tap.sw.approved.txt | ||
teamcity.sw.approved.txt | ||
xml.sw.approved.txt |