mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-07 09:00:56 +02:00
ea6db67063
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.