eg. struct A { A(int); //#1 template A(T); //#2 }; template<> A::A(int i){} //#3 void test(){ //在此处如何调用#3?????? }
收起
新手,来灌灌水,别介意!
报告相同问题?