This commit is contained in:
Daniel Lemire 2025-09-29 15:05:33 -04:00
parent b3dd09bb86
commit b370ee2976

View File

@ -1246,7 +1246,6 @@ constexpr chars_format adjust_for_feature_macros(chars_format fmt) {
}
} // namespace detail
#ifdef __STDCPP_FLOAT64_T__
template <>
struct binary_format<std::float64_t> : public binary_format<double> {};