vscode-clang
vscode-clang copied to clipboard
Erronerous warning for vector initialization
Code that initialized a vector, even though C11 or C14 is set as the standard in settings, seems to generate a warning that it cannot be initialized in this way:
vector<SceneGroup> g_AllSceneGroups = { g_PuffyCloudsScene, g_RainbowScene, g_StarryNightScene, g_ColoredStarsScene };