| commit | b370ee2976a32e81572a62e53f01952e8343d246 | [log] [tgz] |
|---|---|---|
| author | Daniel Lemire <[email protected]> | Mon Sep 29 19:05:33 2025 |
| committer | Daniel Lemire <[email protected]> | Mon Sep 29 19:05:33 2025 |
| tree | 50ae901553738ca5361f26c82977b3c2ad9950d1 | |
| parent | b3dd09bb86479e42e7d440817884d806a3f47e84 [diff] |
lint
diff --git a/include/fast_float/float_common.h b/include/fast_float/float_common.h index 3f3aa57..bd930b9 100644 --- a/include/fast_float/float_common.h +++ b/include/fast_float/float_common.h
@@ -1246,7 +1246,6 @@ } } // namespace detail - #ifdef __STDCPP_FLOAT64_T__ template <> struct binary_format<std::float64_t> : public binary_format<double> {};