Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
Qt Creator 2.6.0-rc
-
None
-
Windows7 minGW gcc 4.7.1
Description
template <class A> class B { }; int main(){ int i; B<decltype(i)> y; // I got red wiggly line with the warning // expected token ';' got 'decltype' // }
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-13726 Invalid syntax checker errors when using decltype (C++11)
- Closed