std::initializer_list as constructor argument in template class

后端 未结 0 1275
星月不相逢
星月不相逢 2020-12-13 10:36

I\'m trying to use std::initializer_list in a constructor to accept variable number of arguments. With non-template class it works fine, but with template class it gives com

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