如果包含STL:string,则会出现许多错误

时间:2013-12-19 13:18:51

标签: c++ stl visual-studio-2013

在新工作室(Visual Studio 2013终极试用版)中出现了很多错误!

代码没有错误:

//#include <cstring> // error yhals.h:666,667

//#include <string> // error yhals.h , xrefwrap , type_traits

int main()
{

    return 0;
}

如果我包含“cstring”或“string”,则会出现许多错误:

包括cstring :(只有4个错误yhals.h:666,667)

  

http://s7.postimg.org/y511l51tn/errorcstring.png

包含字符串:

  

http://pastebin.com/M0PdZC6G

如何解决?

0 个答案:

没有答案