See the code below:#include <initializer_list>class A{public: A(std::initializer_list<int> list) { } A(std::initializer_list<double> list) { }};int main(){ A a{};};And cl crashes when try to compile it: error MSB6006: "CL.exe" exited with code -2147483645.
Visual Studio/Team Foundation Server/.NET Framework Tooling Version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results