We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacf37f commit a6b80b9Copy full SHA for a6b80b9
README.md
@@ -64,6 +64,8 @@ the type `fast_float::chars_format`. It is a bitset value: we check whether
64
to determine whether we allow the fixed point and scientific notation respectively.
65
The default is `fast_float::chars_format::general` which allows both `fixed` and `scientific`.
66
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
+
69
We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems.
70
71
## Reference
0 commit comments