std::make_unique -> folly::make_unique for older platforms
authorJon Maltiel Swenson <jmswen@fb.com>
Wed, 8 Mar 2017 17:41:26 +0000 (09:41 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 8 Mar 2017 17:50:12 +0000 (09:50 -0800)
commitd1b51192a67b2cb12f25b4456b554b66e6eb7eff
tree42a5817d1c206f2f6f8716b89fdb0f8e6fc406f4
parentde821c225980359651a07b670174ae90d4f655c8
std::make_unique -> folly::make_unique for older platforms

Summary: Title.

Reviewed By: yfeldblum

Differential Revision: D4674125

fbshipit-source-id: 71ad38d7a52ab1c27fcc7ff14d130978b0ece382
folly/io/async/EventBase.cpp
folly/io/async/test/EventBaseTest.cpp