From a6b80b90863cfb0cb2e171f69176e753d377ef75 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 17 Mar 2021 09:18:58 -0400 Subject: [PATCH] Being specific. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e46294..c83daa6 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,8 @@ the type `fast_float::chars_format`. It is a bitset value: we check whether to determine whether we allow the fixed point and scientific notation respectively. The default is `fast_float::chars_format::general` which allows both `fixed` and `scientific`. +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. + We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems. ## Reference