我正在尝试此答案中提供的优雅解决方案,但无论我尝试什么,我都无法通过Implicit instantiation of undefined template
此行的错误:
std::ostringstream strs;
我需要做什么?我已经包括了以下内容,我敢肯定这是矫枉过正的。作为第二个问题,似乎很难找到 ostringstream 究竟需要包含哪些内容:
#include <iostream>
#include <fstream>
#include <iosfwd>
#include <ios>