We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FASTFLOAT_ALLOWS_LEADING_PLUS
FASTFLOAT_SKIP_WHITE_SPACE
allow_leading_plus
skip_white_space
chars_format
from_chars_advanced
There may be different needs in different parts of the program using the fast_float library.
The text was updated successfully, but these errors were encountered:
Pull request invited.
Sorry, something went wrong.
Working on a PR for this, I also found some issues with is_space and "nan"/"inf" parsing for non char strings.
char
I have created a branch (issue275-deprecate-feature-macros) which is based on changes in #279
Successfully merging a pull request may close this issue.
FASTFLOAT_ALLOWS_LEADING_PLUS
andFASTFLOAT_SKIP_WHITE_SPACE
.allow_leading_plus
andskip_white_space
inchars_format
.from_chars_advanced
for integer types where the format options can be set.]There may be different needs in different parts of the program using the fast_float library.
The text was updated successfully, but these errors were encountered: