Update README.md

This commit is contained in:
Daniel Lemire 2020-10-19 14:52:14 -04:00 committed by GitHub
parent 0bc93c1b83
commit e60d5abba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`).
It will parse infinity and nan values.
Example:
``` C++