Skip to content

Number parsing: avoid custom parser code that is not always correct.

Martin Heistermann requested to merge use-standard-float-parsers into master

Just using Qt / standard C++ library parsers. Maybe slower, but at least the result will be correct.

Merge request reports