util: use locale-independent parsing in ParseDouble
Use locale-indepent C++ based parsing instead of C's strtod,
which checks for different input based on the user's locale.
Fixes #6443.
util: use locale-independent parsing in ParseDouble ec249d4a1d57Unpublished Tags None Subscribers None
Description
Details
|