C:Program files (x86)Microsoft Visionudio 9.0VCincludestrstream(19):错误C2504: 溪流:未定义基类
I m getting the above error and a 100 other compile errors. Why would this happen? In the editor if I right click the symbol streambuf
and go to declaration it leads to the header file c:Program Files (x86)Microsoft Visual Studio 9.0VCincludeiosfwd
and shows the declaration
typedef basic_streambuf <char, char_traits<char> > streambuf;