摘要: class fuck { public: }; int xxx(const fuck&) { std::cout<<"const fuck&"<<std::endl; return 0; } int xxx(fuck&) { std::cout<<"fuck&"<<std::endl; ... 阅读全文
posted @ 2013-01-28 19:26 avexer 阅读(158) 评论(0) 推荐(0)