vs2003 使用 sigslot

本文介绍在使用Visual Studio 2003编译含有sigslot 1.0.0库的测试程序时遇到的编译错误,并提供了解决方案,通过在类型定义前添加typename关键字解决了编译器类型识别的问题。

今天用 vs2003.net 来编译一下使用 sigslot  1.0.0的小测试程序,发现2个编译错误

d:/src/test/sigslot/sigslot.h(419): error C2146: syntax error : missing ';' before identifier 'const_iterator'

d:/src/test/sigslot/sigslot.h(419): error C2501: 'sigslot::has_slots<mt_policy>::const_iterator' : missing storage-class or type specifiers

把这一行  typedef sender_set::const_iterator const_iterator;

变成 typedef typename sender_set::const_iterator const_iterator;

解决问题。

VS这个类型识别可真够差的,写代码也得多考虑下了

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值