Add gcc/make-unique.h
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 3 Nov 2022 14:22:47 +0000 (10:22 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Thu, 3 Nov 2022 14:22:47 +0000 (10:22 -0400)
commit00d7c8ff16e6838273cea808ffbe22e98104f9d5
tree942c34232246136a6d31c2db2d921c9906f9879f
parent5acc10a9ea66411e1712fabc94f9f29892b0d607
Add gcc/make-unique.h

This patch adds gcc/make-unique.h, containing a minimal C++11
implementation of make_unique (std::make_unique is C++14).

gcc/ChangeLog:
* make-unique.h: New file.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/make-unique.h [new file with mode: 0644]