open-source-parsers/jsoncpp

Use std::ostringstream for numeric formatting

Open

#419 创建于 2016年2月11日

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

仓库指标

Star
 (7,542 star)
PR 合并指标
 (平均合并 18小时 26分钟) (30 天内合并 10 个 PR)

描述

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.

贡献者指南