Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 10.0.1
-
None
-
c8f29b9e0 (11.0)
Description
C++17 If statement with initializer support get's highlighted as invalid code and prevents auto completion.
if (auto myObj = getObject(); myObj->isFoo()) { ... }