Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-955 Fix template expansion
  3. QTCREATORBUG-629

Code Completion can not support std::auto_ptr or shared_ptr

    XMLWordPrintable

Details

    • 6b67f24865dba2f6712967d5af70024339228e64

    Description

      #include <iostream>
      #include <memory>
      struct Test
      {
      void test() {}
      int i;
      };
      int main()
      {
      std::auto_ptr<Test> p(new Test);
      p-> // HERE, show nothing
      p. // HERE, show nothing too
      return 0;
      }

      Attachments

        1. sshot-6.png
          sshot-6.png
          20 kB
        2. sshot-7.png
          sshot-7.png
          21 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            erikv Erik Verbruggen
            loaden Yuchen Deng
            Votes:
            22 Vote for this issue
            Watchers:
            13 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes