cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Fix json double conversion #147

Closed scheibel closed 8 years ago

sbusch42 commented 8 years ago

Maybe we should use the new C++11 functions? http://www.cplusplus.com/reference/string/stod/

scheibel commented 8 years ago

Yeah, I thought that, too (but see my email...).

scheibel commented 8 years ago

As far as I remember we decided to use the new stringzeug module for this problem/task?