Add missing make_unique overload.
authorJon Purdy <jonp@fb.com>
Sat, 31 May 2014 00:10:38 +0000 (17:10 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Mon, 9 Jun 2014 22:35:47 +0000 (15:35 -0700)
commit19ec26e17d9ae63f7c8527f05cde889d560451f2
treefecc363029ff399ee18ce537fbaa5e3af4ef8be4
parent300f64f9e5414ac5147b4b86c3c16822ec78b49d
Add missing make_unique overload.

Summary: C++14 adds this overload but I wanted it today.

Test Plan: It compiles, and this is the definition described in the standard.

Reviewed By: xning@fb.com

Subscribers: folly@lists

FB internal diff: D1338839
folly/Memory.h