open-source-parsers/jsoncpp

Use std::ostringstream for numeric formatting

Open

#419 创建于 2016年2月11日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (7,542 star) (2,602 fork)batch import
bughelp wanted

描述

We've had lots of problems with std::snprintf. E.g. #418.

As BillyGoto says:

Could we switch to std::ostringstream instead? Its numeric formatting is actually specified in terms of printf's output, and it's everywhere.

贡献者指南