Replace folly::make_unique with std::make_unique (#1572)
Summary: Problem: - Some call sites use `folly::make_unique` whose functionality exists in the standard library now. In the future, `folly::make_unique` may be removed. Solution: - Replace call sites to use `std::make_unique`. Pull Request resolved: https://github.com/facebook/folly/pull/1572 Differential Revision: D28235226 Pulled By: yfeldblum fbshipit-source-id: 2dd85f4d234881d682adaf4b5bbe947f56edaa4e
Showing
Please register or sign in to comment