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

Support for C++11 default functions

    XMLWordPrintable

Details

    • 903ba378c2a159bc8e7f2cf43a480484d6a3a217

    Description

      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;
      };

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes