Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.6.0-rc1
-
None
Description
class Element {}; template <typename T> class Container { T member; }; void f(const Container<Element> &strings) { f(<COMPLETE-HERE>) }