From 29bd11571b0e83c411545b612c3e9eb7c0c7de5e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sun, 7 Jun 2026 11:19:47 -0400 Subject: [PATCH] one too many --- include/fast_float/parse_number.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/fast_float/parse_number.h b/include/fast_float/parse_number.h index 5ec13e0..7d338f3 100644 --- a/include/fast_float/parse_number.h +++ b/include/fast_float/parse_number.h @@ -363,9 +363,6 @@ from_chars_float_advanced(UC const *first, UC const *last, T &value, if fastfloat_unlikely (pns.too_many_digits) { return parse_number_slow_path(first, last, value, options, bjf); } -#ifdef __clang__ -#pragma clang diagnostic pop -#endif answer.ec = std::errc(); // be optimistic answer.ptr = pns.lastmatch;