int test() { int res = compare<int> (1, 2); std::cout << res << std::endl; return res; }. 再编译tpl.cpp就会发现,生成的汇编文件里面已经有了以int为参数 ...
確定! 回上一頁