Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
Qt Creator 4.3.0
-
None
-
macOS Sierra
Windows 7
Description
Qt Creator crashes, shortly after opening a particular C++ file, details in attachment.
// Put this code in Qt Creator, in just any cpp file, boom, Qt Creator is closed by itself (crash) // I suspect the it is something to do with "Iterator" spelling class B : public ClassA<T,U> { }; typedef B::Iterator BIterator; class Iterator : public B::Iterator { };