• Victor Zverovich's avatar
    Fix compilation with fmt 8.x · 7774051a
    Victor Zverovich authored
    Summary:
    Fix a bunch of issues that a blocking migration to fmt 8.x:
    
    * Missing includes
    * Use of deprecated APIs
    * Ambiguous calls to unqualified `format` (can be fmt or folly)
    * Unused result of `fmt::format`
    * Missing path formatter
    * Passing runtime format string
    
    Reviewed By: xavierd
    
    Differential Revision: D33767880
    
    fbshipit-source-id: 3976c4cc0551f3fb42c05a04c29e1c9723245749
    7774051a
StringBenchmark.cpp 12.2 KB