-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix StringToFloatBenchmark without floating-point std::from_chars
Summary: Some versions of libc++ still in use do not yet have floating-point overloads of `std::from_chars`, so the benchmark program must take steps to avoid compile failure. Reviewed By: skrueger Differential Revision: D64772779 fbshipit-source-id: c50b667e79f1c0c9ff87dd7aedb9aab008633ae8
- Loading branch information
1 parent
472151b
commit fc34259
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters