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

Clang: No completion for function objects (operator())

    XMLWordPrintable

Details

    Description

      class Foo {
          void operator()(int i);
          void operator()(const Foo &);
      };
      
      void f()
      {
          Foo foo;
          foo( // Complete here
      }
      

      Attachments

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

        Activity

          People

            kosjar Nikolai Kosjar
            kosjar Nikolai Kosjar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes