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

Template instantiation not handled in return value

    XMLWordPrintable

Details

    • ba75725a7a6855538a1a5516786440e5ab189f93

    Description

      #include <QList>
      
      struct Foo
      {
          void foo() {}
      };
      
      int main()
      {
          QList<Foo> list;
          list.first().| // No completion
          return 0;
      }

      Attachments

        Issue Links

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

          Activity

            People

              erikv Erik Verbruggen
              orgads Orgad Shaneh
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes