mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-08 10:46:52 +08:00
Merge c086f538e87b31c48fb2b6e1ed743e8141e3695c into 11ce67e5ebcd0e688c7e141bd1420cf40040b59f
This commit is contained in:
commit
211c6686d8
@ -1297,6 +1297,16 @@ constexpr chars_format adjust_for_feature_macros(chars_format fmt) {
|
|||||||
;
|
;
|
||||||
}
|
}
|
||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
|
#ifdef __STDCPP_FLOAT64_T__
|
||||||
|
template <>
|
||||||
|
struct binary_format<std::float64_t> : public binary_format<double> {};
|
||||||
|
#endif
|
||||||
|
#ifdef __STDCPP_FLOAT32_T__
|
||||||
|
template <>
|
||||||
|
struct binary_format<std::float32_t> : public binary_format<float> {};
|
||||||
|
#endif
|
||||||
|
|
||||||
} // namespace fast_float
|
} // namespace fast_float
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user