Disable overzealous assertion.
On older versions of libc++, skstd::to_string(FLT_MAX) will fill the
buffer with the correct value, but reading back into `roundtripped`
via >> gives INF. `strtof` or `strtod` gives the correct value, but
is locale-sensitive, so we can't use it here.
Hopefully I can find a check that works everywhere and re-enable the
assertion in a followup.
Change-Id: Ib7110ce010c1c21fac1a6c9b4187abd53d329a6d
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/586504
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
1 file changed