Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-7678

Derived template class is not handled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 2.5.0, Qt Creator 2.6.0-rc
    • C/C++/Obj-C++ Support
    • None

      struct Foo
      {
          void foo() {}
      };
      
      template<typename T>
      struct Bar : public T
      {
          void bar();
      };
      
      int main()
      {
          Bar<Foo> bar;
          bar.|; // foo should appear in autocomplete
          return 0;
      }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            leamelo Leandro T. C. Melo
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes