Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-35981

QString(const QString &other) declare nothrow/noexcept

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Some future release
    • None

    Description

      copy constructor (QString::QString(const QString &other) - qstring.h) doesn't declared with Q_DECL_NOTHROW or Q_DECL_NOEXCEPT while its work is only pointer init (d(other.d)) and reference increment (which is declared notrow - qrefcount.h)

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            stil_technie Michael Korolev
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes