Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
None
-
Qt Creator 2.7.1
-
None
-
Ubuntu 12.04 (64 bit), Intel Core I7
Windows Vista (64 bit)
QT Cteator 2.7.1, Based on Qt 4.8.4 (64 bit) Built on May 15 2013 at 14:24:49 From revision d267c39b84
Description
Editing of class derived from std::vector leads to crash right after typing "this->"
e.g.
template<typename T> class Track : public std::vector<T> { public: Track(): std::vector<T>(){ last_track_id++; // type here 'this->' will lead to crash } };
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-9459 Crash when writing "this->"
-
- Closed
-