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

Support for C++11 default functions

XMLWordPrintable

    • 903ba378c2a159bc8e7f2cf43a480484d6a3a217

      Please, support C++11 default functions in the QtCreator code editor. Code like the following is currently not recognized by QtCreator:

      class A
      {
      public:
      A(A const&) = default;
      A& operator= (A const&) = default;
      };

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

            erikv Erik Verbruggen
            lastique Andrey Semashev
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes