- has incomplete type and cannot be defined
在头文件中添加该类型所在的文件
eg:aggregate 'std::stringstream oss' has incomplete type and cannot be ;在文件中添加 include <sstream> 来解决。
相关文章
- Object-c 语法 - NSObject常用方法和反射
- C#根据日期范围过滤IQueryable
集合 - C#基于两种需求向图片添加水印
- Web Services基础学习(W3C)
- HP C7000刀片服务器开关机过程
- C# winform引用com组件,创建AXHOST组件失败解决方案
- C++进阶--析构函数中的异常
- Codeforces 374 C. Travelling Salesman and Special Numbers (dfs、记忆化搜索)
- Microsoft Visual C++ 2005 Redistributable---win下安装软件“嘭”的一声报错!
- [C#7] 1.Tuples(元组)