Why is ctor with default argument std::initializer_list unavailable (VS2019)?

后端 未结 0 1607
渐次进展
渐次进展 2020-12-11 06:12

I can\'t quite figure out why this code doesn\'t compile on Visual Studio 2019 (16.8.3):

#include 

struct Foo
{
    Foo(std::initiali         


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