免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3435 | 回复: 4
打印 上一主题 下一主题

c++ 模板参数问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-11-20 15:36 |只看该作者 |倒序浏览
这样下载源代码:
  1. git clone git://github.com/fengwang/random_variate_generator.git
复制代码
然后
  1. cd random_variate_generator && make binomial_test
复制代码
错误如下:
  1. g++ -c -O2 -Wall -g -std=c++0x -Iinclude  -o ./obj/binomial_test.o example/binomial_test.cc
  2. example/binomial_test.cc: In function ‘int main()’:
  3. example/binomial_test.cc:13:45: error: template argument 3 is invalid
  4. example/binomial_test.cc:13:49: error: invalid type in declaration before ‘(’ token
  5. example/binomial_test.cc:13:58: error: initializer expression list treated as compound expression
  6. example/binomial_test.cc:13:58: warning: left-hand operand of comma has no effect
  7. example/binomial_test.cc:16:14: error: request for member ‘begin’ in ‘vg’, which is of non-class type ‘int’
  8. example/binomial_test.cc:16:26: error: request for member ‘begin’ in ‘vg’, which is of non-class type ‘int’
  9. example/binomial_test.cc:18:31: error: request for member ‘begin’ in ‘vg’, which is of non-class type ‘int’
  10. example/binomial_test.cc:18:43: error: request for member ‘begin’ in ‘vg’, which is of non-class type ‘int’
  11. example/binomial_test.cc:18:59: error: unable to deduce ‘auto’ from ‘<expression error>’
  12. make: *** [binomial_test.o] Error 1
复制代码
gcc 4.5.1 编译错误信息如上,icc 11.1以及ms vc10均可通过。

论坛徽章:
0
2 [报告]
发表于 2010-11-20 16:32 |只看该作者
本帖最后由 fallening 于 2010-11-20 16:34 编辑

代码可以直接在 https://github.com/fengwang/random_variate_generator在线阅读

论坛徽章:
0
3 [报告]
发表于 2010-11-21 09:23 |只看该作者
解决了,原因在于<algorithm>在c++0x中隐式包含了<random>,两边的mt19937冲突。

论坛徽章:
0
4 [报告]
发表于 2010-11-23 12:21 |只看该作者
(c++是一个恶心的东西。 让人无法知道include一个文件后,会引入哪些名字。就算有了名字空间,一样是混乱的。 )

论坛徽章:
0
5 [报告]
发表于 2010-11-23 12:32 |只看该作者
(c++是一个恶心的东西。 让人无法知道include一个文件后,会引入哪些名字。就算有了名字空间,一样是混乱的 ...
gtkmm 发表于 2010-11-23 12:21



    最主要还是能否驾驭吧...
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP