diff --git a/types.hpp b/types.hpp index fcfb027c..8ee37f06 100644 --- a/types.hpp +++ b/types.hpp @@ -32,13 +32,6 @@ constexpr size_t elems(const T (&)[N]) { return N; } -template -std::unique_ptr -make_unique(Args&&... args) { - return std::unique_ptr (new T(std::forward(args)...)); -} - - //----------------------------------------------------------------------------- template T