Remove `using std::make_unique`
Summary: Older compilers do not have have `std::make_unique`. We have `folly::make_unique` which does the same job, and because we already have `using namespace folly` in this file it suffices to erase the `using std::make_unique` line. Reviewed By: eduardosuarez Differential Revision: D3058089 fb-gh-sync-id: a5a5eb54e2bc0ba7ef0880f2b5680a79d1f41d37 shipit-source-id: a5a5eb54e2bc0ba7ef0880f2b5680a79d1f41d37
Showing
Please register or sign in to comment