Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 2.8.0, Qt Creator 3.1.0-rc1
-
None
-
588b333669699daf20ed2175424718f1ba2de158, 3fe1b925668289cd7876fef780cb366c8216eff7
Description
While using newtype = oldtype works correctly, the newtype is not highlighted as type.
template<typename T> using newtype = oldtype<T>; newtype var;
OTOH "Follow symbol under cursor" works correctly for newtype.
Attachments
Issue Links
- relates to
-
QTCREATORBUG-14480 template using not instantiated
- Closed