From 8ee5b727ae120e35895c1421ca68833c25066e48 Mon Sep 17 00:00:00 2001 From: lemire Date: Mon, 1 Jun 2026 22:29:43 +0000 Subject: [PATCH] Deploy docs for version 8.2.6 --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 35e27a8..29502a8 100644 --- a/index.html +++ b/index.html @@ -221,7 +221,7 @@ constexpr double pi = parse("3.1415"); // computed at compile time
FetchContent_Declare(
   fast_float
   GIT_REPOSITORY https://github.com/fastfloat/fast_float.git
-  GIT_TAG tags/v8.2.6
+  GIT_TAG tags/v8.2.6
   GIT_SHALLOW TRUE)
 FetchContent_MakeAvailable(fast_float)
 target_link_libraries(myprogram PUBLIC fast_float)
@@ -232,13 +232,13 @@ target_link_libraries(myprogram PUBLIC fast_float)
CPMAddPackage(
   NAME fast_float
   GITHUB_REPOSITORY "fastfloat/fast_float"
-  GIT_TAG v8.2.6)
+ GIT_TAG v8.2.6)

Single header

Download a pre-amalgamated header — no build system required.

-
curl -LO https://github.com/fastfloat/fast_float/releases/download/v8.2.6/fast_float.h
+
curl -LO https://github.com/fastfloat/fast_float/releases/download/v8.2.6/fast_float.h