-
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.
Add leading + sign support to str_to_floating_fast_float
Summary: This adds support for a leading `+` sign (e.g., `+3.14`, `+.14`, `+123.456e10`). `folly::str_to_floating` supports a leading plus sign, but fast_float does not. Differential Revision: D65365934 fbshipit-source-id: fd9b622cb3a205d62f463a971efd28af9b722448
- Loading branch information
1 parent
6a75009
commit 30a4e78
Showing
2 changed files
with
68 additions
and
1 deletion.
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