error C2511 : overloaded member function not found in 'Class'
可能原因:
1、仔细比较函数的定义和声明是否一致(特别是参数类型);
2、const 类型的成员函数,定义中也要加上const;(参考:error C2511: 'xx函数' : overloaded member function not found in xx类)
error C2511 : overloaded member function not found in 'Class'
可能原因:
1、仔细比较函数的定义和声明是否一致(特别是参数类型);
2、const 类型的成员函数,定义中也要加上const;(参考:error C2511: 'xx函数' : overloaded member function not found in xx类)