mirror of
https://github.com/nlohmann/json.git
synced 2026-08-07 17:53:18 +00:00
🔨 cleanup after #915
This commit is contained in:
@@ -483,8 +483,8 @@ class serializer
|
||||
}
|
||||
|
||||
// If number_float_t is an IEEE-754 single or double precision number,
|
||||
// use the Grisu2 algorithm to produce short numbers which are guaranteed
|
||||
// to round-trip, using strtof and strtod, resp.
|
||||
// use the Grisu2 algorithm to produce short numbers which are
|
||||
// guaranteed to round-trip, using strtof and strtod, resp.
|
||||
//
|
||||
// NB: The test below works if <long double> == <double>.
|
||||
static constexpr bool is_ieee_single_or_double
|
||||
|
||||
Reference in New Issue
Block a user