use of function template name with no prior declaration in function call with explicit template arguments

后端 未结 0 1862
天涯浪人
天涯浪人 2021-01-18 12:16

I have code like below,

class MyClass {
    template 
    int foo(T a) {
        ...
    }

    template 
    int bar(T a) {
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题