mirror of
https://github.com/catchorg/Catch2.git
synced 2025-03-10 13:44:45 +01:00

The use we previously used the polyfill or naked new is that we supported C++11, which did not yet have `std::make_unique`. However, with the move to C++14 as the minimum, `std::make_unique` can be expected to be always available.