• Jon Maltiel Swenson's avatar
    std::make_unique -> folly::make_unique · 1f4f1754
    Jon Maltiel Swenson authored
    Summary:
    We should use folly::make_unique instead of std::make_unique in order to support
    compilers without support for C++14.
    
    Reviewed By: pavlo-fb
    
    Differential Revision: D3343288
    
    fbshipit-source-id: 9150af752e57988962a7580851ffa32086c669d7
    1f4f1754
TestUtil.cpp 5.93 KB