Skip to content

Commit a6b80b9

Browse files
committed
Being specific.
1 parent bacf37f commit a6b80b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ the type `fast_float::chars_format`. It is a bitset value: we check whether
6464
to determine whether we allow the fixed point and scientific notation respectively.
6565
The default is `fast_float::chars_format::general` which allows both `fixed` and `scientific`.
6666

67+
The library seeks to follow the C++17 (see 20.19.3.(7.1)) specification. In particular, it forbids leading spaces and the leading '+' sign.
68+
6769
We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems.
6870

6971
## Reference

0 commit comments

Comments
 (0)