变长模板参数同时匹配失败和匹配到空参数列表<>如何解决
資深大佬 : shylockhg 18
note: candidate function [with T = Type, V = Type, $2 = void] note: candidate function [with T = Type, V = Type, Vs = <>, $3 = void]
如上所示 T 是 template, V 是 typename, Vs 是 typename…,如果用 func<T1, T2>的方式调用模板函数,会同时匹配到两个。。
有大佬知道是什么问题么
大佬有話說 (2)