make folly:make_unique support customized deleter
authorXu Ning <xning@fb.com>
Fri, 24 May 2013 23:02:12 +0000 (16:02 -0700)
committerOwen Yamauchi <oyamauchi@fb.com>
Mon, 3 Jun 2013 19:20:40 +0000 (12:20 -0700)
commit0781f3a8c93e03641f9b27eb948763930aef0e3f
tree986cddb7d60aa5355b6e5f07585791b3c27ed9d5
parent5c507b28a23677a85f5e2ed6aefca3ce54517a1e
make folly:make_unique support customized deleter

Summary: just follow the same template arguments as unique_ptr

Test Plan: compile

Reviewed By: marcelo.juchem@fb.com

FB internal diff: D825025
folly/Memory.h