mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-07 01:06:48 +08:00
Update README.md
This commit is contained in:
parent
0bc93c1b83
commit
e60d5abba5
@ -36,6 +36,8 @@ parsed number, and the `value` referenced is set to the parsed value. In case of
|
|||||||
|
|
||||||
The implementation does not throw and does not allocate memory (e.g., with `new` or `malloc`).
|
The implementation does not throw and does not allocate memory (e.g., with `new` or `malloc`).
|
||||||
|
|
||||||
|
It will parse infinity and nan values.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
``` C++
|
``` C++
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user