Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: # This diff Qualifies format_to calls with `fmt::` so that the function call is no longer ambiguous # Context C++ 20 added std::format_to, which causes bare format_to calls to be ambiguous. We can easily fix the issue by qualifying the calls with `fmt::` as done in this diff. Reviewed By: narissiam Differential Revision: D63902777 fbshipit-source-id: ce4c9504f51c8822688829092ef709e7c9ee219b
- Loading branch information