我是靠谱客的博主 靓丽蜗牛,最近开发中收集的这篇文章主要介绍error C2955: 'std::list' : use of class template requires template argument list ,觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
I encountered a similar error when I named a parameter "list", where the compiler tried to parse "list" as std::list<T>. Renaming "vector<myClass> list" to "vector<myClass> myList" worked smashingly.
在我把一个参数命名为"list"时,碰到相似的错误。因为编译器会试图将“list”解析成“std::list<T>”。改变参数名称可以很好地解决这个问题。
最后
以上就是靓丽蜗牛为你收集整理的error C2955: 'std::list' : use of class template requires template argument list 的全部内容,希望文章能够帮你解决error C2955: 'std::list' : use of class template requires template argument list 所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复