implicit instantiation of undefined template 'std::basic_stringstream<char,std::char_trats<char>,std

前端之家收集整理的这篇文章主要介绍了implicit instantiation of undefined template 'std::basic_stringstream<char,std::char_trats<char>,std前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在xcode 下面遇到了这个错误

stringstream pointsStream(value);

提示上面的错误,查找资料后发现是

需要加上这个引入!

#include <sstream>
原文链接:https://www.f2er.com/cocos2dx/346124.html

猜你在找的Cocos2d-x相关文章