Why does clangd error with deduced_class_template_compound_type?

后端 未结 0 686
广开言路
广开言路 2021-02-02 14:50

The following code fails to compile

template
struct A {
    A(T) {}
};

int main() {
    int x = 3;
             


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