Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年4月16日

摘要: 出现这个错误基本由于Lambda中没有显示地说明返回值类型,而是由编译器自己推断返回值。下面是从C++11官方文档中抄过来的 If a lambda-expression does not include a trailing-return-type, it is as if the trailing-return-type denotes the following type: ... 阅读全文

posted @ 2013-04-16 13:35 Roger Luo 阅读(337) 评论(0) 推荐(0) 编辑