• Lucian Grijincu's avatar
    folly: experimental: ABI-break: replace deprecated folly::StringPieceHash with folly::Hash · a30215d9
    Lucian Grijincu authored
    Summary:
    folly::StringPieceHash has a large comment explaining why not to use it, but it's not marked as deprecated.
    
    It's also conveniently named StringPieceHash and not StringPieceHashDEPRECATED so new uses appear from time to time.
    
    Let's nuke the default before it does more damage.
    
    Reviewed By: yfeldblum
    
    Differential Revision: D3967239
    
    fbshipit-source-id: 04b0564fdf2a70f1195ef2afdff092bc63cde975
    a30215d9
StringKeyedTest.cpp 11.3 KB