2018年5月18日
摘要: // clang++ 3.5 // maybe gcc 4.9 support it, but I don't test it #include int main() { auto fac = [&](auto&& self, int x)->int{ return x template struct wrapper_type { Functor functor... 阅读全文
posted @ 2018-05-18 19:53 月落无影 阅读(209) 评论(0) 推荐(0) 编辑