From b8e3307fbddeb331741fc958735b080cd9b2e293 Mon Sep 17 00:00:00 2001 From: Pharago Date: Sat, 10 Jun 2023 05:46:30 +0200 Subject: [PATCH] Fix broken msvc v140 When using msvc v140 (Visual Studio 2015 Toolset), compilation fails. --- include/fast_float/ascii_number.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/fast_float/ascii_number.h b/include/fast_float/ascii_number.h index 13adde1..eea2f67 100644 --- a/include/fast_float/ascii_number.h +++ b/include/fast_float/ascii_number.h @@ -112,7 +112,8 @@ FASTFLOAT_SIMD_RESTORE_WARNINGS #endif // FASTFLOAT_SSE2 // dummy for compile -template ())> +//template ())> +template uint64_t simd_read8_to_u64(UC const*) { return 0; }