This commit is contained in:
Daniel Lemire 2024-03-17 09:41:36 -04:00
parent 3b54a78805
commit f476bc713f
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project(fast_float VERSION 6.1.0 LANGUAGES CXX)
project(fast_float VERSION 6.1.1 LANGUAGES CXX)
set(FASTFLOAT_CXX_STANDARD 11 CACHE STRING "the C++ standard to use for fastfloat")
set(CMAKE_CXX_STANDARD ${FASTFLOAT_CXX_STANDARD})
option(FASTFLOAT_TEST "Enable tests" OFF)

View File

@ -381,9 +381,9 @@ the command line help.
You may directly download automatically generated single-header files:
https://github.com/fastfloat/fast_float/releases/download/v6.1.0/fast_float.h
https://github.com/fastfloat/fast_float/releases/download/v6.1.1/fast_float.h
## RFC 7159
## RFC 7159
If you need support for RFC 7159 (JSON standard), you may want to consider using the [fast_double_parser](https://github.com/lemire/fast_double_parser/) library instead.