Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt Creator 2.8.1, Qt Creator 3.0.0-rc1
-
Qt Creator 2.8.1
Windows 7, 32-bit
Description
class array { int size; public: array(int s) { try { //ucomment next line to reproduce //int * p = new int [size = s]; } catch (...) { } } };