摘要: #include #include #include #include using namespace std;template struct accumulate_block{ void operator ()(Iterator first, Iterator last, T &result) ... 阅读全文
posted @ 2015-02-17 23:36 wu_overflow 阅读(161) 评论(0) 推荐(0)
摘要: 怎样配置环境可以参考 他人的博客可是这篇博客中没有提到 C++11 标准的问题, 而我经常使用 C++11 的一些特性, 比如移动语义, 移动构造什么的, 这就蛋疼了。google 了相关内容, 可是一无所获, SO 里也没有, 直到我在贴吧看到了一个贴 怎样支持 c11于是我就照猫画虎, 把编译命... 阅读全文
posted @ 2015-02-17 12:09 wu_overflow 阅读(200) 评论(0) 推荐(0)