vc2010中的c++11特性探索
摘要:
#include <algorithm>#include <iostream>using namespace std;struct W{ W(int&, int&) {}};struct X{ X(const int&, int&) {}};struct Y{ Y(int&, const int&) {}};struct Z{ Z(const int&, const int&) {}};template <typename T, typename A1, typename A2>T* facto 阅读全文
posted @ 2012-07-06 00:44 张 勇 阅读(1023) 评论(0) 推荐(0) 编辑