Open aliceconcordel opened 8 years ago
Replaced std::atof with ParsingUtils::parse_float and ParsingUtils::parse_double to avoid dependency on locale
This uses istringstream to parse the string to float which depends on the global locale compared to atof which depends on the local locale (see here).
this fixes #53
Replaced std::atof with ParsingUtils::parse_float and ParsingUtils::parse_double to avoid dependency on locale
This uses istringstream to parse the string to float which depends on the global locale compared to atof which depends on the local locale (see here).
this fixes #53