Switch implicit references of folly::make_unique to std::make_unique
authorChristopher Dykes <cdykes@fb.com>
Tue, 16 May 2017 01:23:54 +0000 (18:23 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 16 May 2017 01:36:50 +0000 (18:36 -0700)
commit5bd3bab012ee5b5771f95a9ecfea47b6e75e0802
tree5add4555e8e094a5ce018a180f39c0d379eea556
parent7d151d2c1c702c8929b752b63017f063de2c23db
Switch implicit references of folly::make_unique to std::make_unique

Summary: It's *almost* dead. This switches things to explicitly reference `std::make_unique` so that `folly::make_unique` can be marked as deprecated until mobile catches up and it can be killed completely.

Reviewed By: yfeldblum

Differential Revision: D5026584

fbshipit-source-id: aefc8cb3de84583fd3722fdb9dfea620884590c5
15 files changed:
folly/experimental/EnvUtil.h
folly/experimental/JSONSchema.cpp
folly/experimental/observer/detail/ObserverManager.cpp
folly/experimental/symbolizer/Symbolizer.cpp
folly/experimental/test/EnvUtilTest.cpp
folly/fibers/FiberManagerMap.cpp
folly/futures/test/FutureSplitterTest.cpp
folly/gen/test/ParallelMapTest.cpp
folly/io/Compression.cpp
folly/io/Cursor.h
folly/io/IOBuf.cpp
folly/io/async/EventBaseThread.cpp
folly/io/async/test/EventBaseTest.cpp
folly/io/test/CompressionTest.cpp
folly/test/MPMCQueueTest.cpp