Crash when initializing vector with one element using brace initialization in VS2019

前端 未结 0 359
小鲜肉
小鲜肉 2020-12-11 14:21

The following code crashes deep inside the standard library:

#include 
#include 

struct Parent
{
    std::set v;
};

stru         


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