Fix compilation with fmt 8.x
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
Showing
Please register or sign in to comment