Is a c++11 variadic function template overload with a dependent type ambiguous?

后端 未结 0 556
攒了一身酷
攒了一身酷 2021-02-08 17:02

The following code is a textbook example of a recursive variadic function overload. In both clang and GCC, it compiles cleanly, and main returns 36 (as expected):

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