Initialization and ?: operator

前端 未结 0 2008
半阙折子戏
半阙折子戏 2021-02-02 15:10

This code fails in Visual Studio 2019:

// struct D2D1_COLOR_F { float r,g,b,a};

bool x = ...;
D2D1_COLOR_F col = x ? { 0, 0, 0, 1 } : { 1, 1, 1, 1 };


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