The issue about a braced-init-list that is used as a non-type template argument

前端 未结 0 1728
伪装坚强ぢ
伪装坚强ぢ 2020-12-07 11:22
template
struct Test{};
int main(){
  Test<{0}> t;
}

Consider the above code, GCC and Cla

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