From 4dc82ff76fbf00a897e7a40bb6e28efe3b4c9f99 Mon Sep 17 00:00:00 2001 From: John Beard Date: Thu, 5 Dec 2019 18:24:46 +0100 Subject: [PATCH] Technical TODO: make_unique is no longer polyfilled Since we use C++14, std::make_unique required no "polyfill". The KiCad polyfill was removed in 5151cd0bfe4d594cb2b0733f83a2bbe6803b1f68, so remove the TODO item. --- Documentation/development/technical_todo.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Documentation/development/technical_todo.md b/Documentation/development/technical_todo.md index 579a2d7d3c..a57a12bb4e 100644 --- a/Documentation/development/technical_todo.md +++ b/Documentation/development/technical_todo.md @@ -33,12 +33,6 @@ Compiler support: * GCC: complete by GCC 5: [GCC C++14 support](https://gcc.gnu.org/projects/cxx-status.html#cxx14). -Provides: - -* [`std::make_unique`](https://en.cppreference.com/w/cpp/memory/unique_ptr/make_unique) - is available. The "polyfill" in `make_unique.h` is no longer required and can - be removed. - ## C++17 {#todo_cpp_17} Compiler support: