🔨 cleanup after #915
This commit is contained in:
parent
010e596001
commit
3cca630836
6 changed files with 521 additions and 385 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue