This commit is contained in:
Daniel Lemire 2024-08-14 09:58:41 -04:00
parent 5ad6aae0b1
commit 3e57d8dcfb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.9)
project(fast_float VERSION 6.1.3 LANGUAGES CXX)
project(fast_float VERSION 6.1.4 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

@ -379,7 +379,7 @@ the command line help.
You may directly download automatically generated single-header files:
https://github.com/fastfloat/fast_float/releases/download/v6.1.3/fast_float.h
https://github.com/fastfloat/fast_float/releases/download/v6.1.4/fast_float.h
## RFC 7159