yvt c073c92c6a fix(client): don't pass nullptr to std::nan, don't use std::nan at all
`std::nan` converts a given string to a quiet NaN value in an
implementation-defined way. It accepts an empty string, but that doesn't
mean you can pass `nullptr`. Passing `nullptr` causes a segmentation
fault on Linux but does not on macOS, which I think is why I missed that
in the first place.

Actually, `std::nan` isn't even really needed here, hence I replaced it
with `NAN`.
2021-01-05 16:22:17 +09:00
..
2019-07-15 00:08:02 +09:00
2019-10-06 20:31:07 +09:00
2019-01-01 00:33:23 +09:00
2016-07-15 19:40:05 +09:00
2013-08-18 16:27:13 +09:00