Change double->string precision from 14 to 16 decimals (#2353)
This commit is contained in:
parent
d342317903
commit
351d9180d4
|
@ -45,7 +45,7 @@ namespace XmlRpc {
|
|||
|
||||
|
||||
// Format strings
|
||||
std::string XmlRpcValue::_doubleFormat("%.14g");
|
||||
std::string XmlRpcValue::_doubleFormat("%.16g");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue