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-14 22:29:15 +09:00
2019-07-17 10:30:36 +09:00
2019-07-14 22:29:15 +09:00
2019-07-14 22:29:15 +09:00
2017-01-05 03:48:11 +09:00
2018-12-31 21:35:37 +09:00
2017-01-05 03:48:11 +09:00
2017-01-04 21:32:11 +02:00
2017-01-04 21:32:11 +02:00
2017-11-18 21:15:07 +00:00
2016-12-11 23:18:16 +09:00
2019-05-19 16:51:27 +09:00
2017-01-08 00:43:55 +09:00
2017-01-08 00:43:55 +09:00
2018-09-17 23:48:38 +09:00
2017-01-05 03:48:11 +09:00
2017-01-05 03:48:11 +09:00
2018-10-13 14:43:49 +09:00
2018-10-13 14:43:49 +09:00
2016-12-11 23:18:16 +09:00
2018-10-13 14:43:49 +09:00
2019-07-14 23:53:10 +09:00
2016-12-03 18:49:07 +09:00
2017-02-11 16:38:24 +09:00
2019-06-09 13:44:05 +09:00
2017-01-09 05:00:05 +09:00
2017-01-05 03:48:11 +09:00
2019-05-20 00:22:24 +09:00
2016-12-03 19:04:58 +09:00
2016-12-03 18:49:07 +09:00
2017-01-05 03:48:11 +09:00
2019-11-28 22:10:38 +09:00
2016-12-03 19:04:58 +09:00
2018-10-13 14:43:49 +09:00
2016-12-03 18:49:07 +09:00
2017-01-05 03:48:11 +09:00
2016-12-03 18:49:07 +09:00
2017-01-05 03:48:11 +09:00
2018-09-17 23:48:38 +09:00
2017-01-05 03:48:11 +09:00
2017-12-22 22:38:34 +09:00
2018-12-31 21:34:30 +09:00
2017-11-18 21:15:07 +00:00