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
5151cd0bfe
,
so remove the TODO item.
This commit is contained in:
parent
1b124832fe
commit
4dc82ff76f
|
@ -33,12 +33,6 @@ Compiler support:
|
||||||
|
|
||||||
* GCC: complete by GCC 5: [GCC C++14 support](https://gcc.gnu.org/projects/cxx-status.html#cxx14).
|
* 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}
|
## C++17 {#todo_cpp_17}
|
||||||
|
|
||||||
Compiler support:
|
Compiler support:
|
||||||
|
|
Loading…
Reference in New Issue