• Yedidya Feldblum's avatar
    Converge folly::make_unique to C++14's std::make_unique · 62504e55
    Yedidya Feldblum authored
    Summary: [Folly] Converge `folly::make_unique` to C++14's `std::make_unique`.
    
    The primary use-case of ther deleter variety of `folly::make_unique` is `DelayedDestruction`. Let the classes matching this use-case define their own factories.
    
    Reviewed By: @fugalh
    
    Differential Revision: D2495718
    62504e55
AsyncPipeTest.cpp 3.88 KB