Files
Catch2/src/catch2
Martin Hořeňovský ea6db67063 Use std::make_unique instead of our polyfill or naked new
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.
2020-02-01 23:34:00 +01:00
..
2019-11-30 17:30:32 +01:00
2019-11-30 17:30:32 +01:00
2019-12-18 18:02:57 +01:00
2019-11-30 17:30:32 +01:00
2019-11-30 17:30:32 +01:00
2019-11-30 17:30:32 +01:00
2019-11-30 17:30:32 +01:00
2019-11-30 17:30:32 +01:00
2020-01-25 09:07:36 +01:00