std::make_unique -> folly::make_unique
authorJon Maltiel Swenson <jmswen@fb.com>
Tue, 24 May 2016 22:41:25 +0000 (15:41 -0700)
committerFacebook Github Bot 9 <facebook-github-bot-9-bot@fb.com>
Tue, 24 May 2016 22:53:25 +0000 (15:53 -0700)
commit1f4f1754c167b85071454438537425752a5dc2bf
treef5901f3f725cd83864d1bec61b74087a5428e827
parent42c850c04cc6a72087860ebd2651ab1b04a3f001
std::make_unique -> folly::make_unique

Summary:
We should use folly::make_unique instead of std::make_unique in order to support
compilers without support for C++14.

Reviewed By: pavlo-fb

Differential Revision: D3343288

fbshipit-source-id: 9150af752e57988962a7580851ffa32086c669d7
folly/experimental/TestUtil.cpp
folly/experimental/test/TestUtilTest.cpp