Name lookup, templates, and accessing members of base classes
如下的小程序: #includeusingnamespacestd;templatestructBase{intf();};templatestructDerived:Base{intg(){returnf();};};intmain(){return0;} 使用g++4.2,编译结果: x.cc:Inmemberfunction`intDerived::g()':x.cc:6:error:the