vscode-clang icon indicating copy to clipboard operation
vscode-clang copied to clipboard

Erronerous warning for vector initialization

Open davepl opened this issue 6 years ago • 0 comments

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 };

davepl avatar Nov 26 '18 18:11 davepl