SFINAE to determine if a function compiles?

后端 未结 0 346
终归单人心
终归单人心 2021-01-15 01:31

In particular, we build with -Wunused -Werror, so if we write

auto foo = calcSomethingToCheckPart1();
auto bar = calcSomethingToCheckPart2(foo);
         


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