码迷,mamicode.com
首页 > 其他好文 > 详细

error C2678

时间:2016-05-28 18:56:05      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

自定义结构类型,为支持插入到stl set或者排序,一种方式是重载operator<运算符成员函数.如果忘记将函数标识为const,则在编译时会报

6>c:\program files (x86)\microsoft visual studio 10.0\vc\include\xfunctional(125): error C2678: binary ‘<‘ : no operator found which takes a left-hand operand of type ‘const YourOwnItem‘ (or there is no acceptable conversion)

将函数改为const即可

error C2678

标签:

原文地址:http://www.cnblogs.com/RoamSpace/p/5537967.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!