摘要:
在gcc 4.0.3上,下面这段代码会产生invalid use of constructor as a template的编译错误 template class handle_t { inline handle_t(const handle_t& another); }; template handle_t::handle_t(const handle_t& another) { }... 阅读全文
posted @ 2007-11-11 22:16
Tim Ke
阅读(342)
评论(0)
推荐(0)
浙公网安备 33010602011771号