出於某種原因,我的項目將無法編譯,當我嘗試創建一個wstringstream
:C++:不能使用std :: wstringstream
std::wstringstream stringstream;
這將導致錯誤C2079:
「 stringstream的」使用未定義類 '的std :: basic_stringstream < _Elem, _Traits,_Alloc>使用[_Elem = wchar_t的,_Traits =標準:: char_traits,_Alloc =標準::分配器'
我在做什麼錯?
你有沒有#include? –
2010-06-07 17:07:58