Details
-
Sub-task
-
Resolution: Done
-
P3: Somewhat important
-
None
-
mingw-w64 (GCC 4.4) under Windows
Description
Although
std::vector<double> Q2 = { 24, 32, 45, 60, 80, 110 };
is not marked as incorrect,
std::vector<double> Q2;
Q2 = { 24, 32, 45, 60, 80, 110 };
the second line here is.
Attachments
Issue Links
- is required for
-
QTCREATORBUG-2816 Qt Creator highlights lots of valid C++ as invalid
- Closed