GCC and Clang printf format check doesn't work with decltype in a template function

后端 未结 0 699
长发绾君心
长发绾君心 2020-12-22 09:43

This code compiles even with -Wall -Werror but it should not:

#include 

template 
void f()
{
    decltype(printf         


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