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

QFutureInterface duplicate vtables

    XMLWordPrintable

Details

    • Task
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • None
    • Core: Threads
    • None

    Description

      The QFutureInterfaceBase hierarchy is a collection of all-inline template classes, and one specialization for void. As a polymorphic class hierarchy with all-inline members, it will create duplicated vtables and fall prey to Clang's -Wweak-vtable, recently added to our headersclean check.

      We've suppressed the Clang warning for now, but we need to fix this properly.

      Attachments

        Issue Links

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

          Activity

            People

              cnn Qt Core & Network
              mmutz Marc Mutz
              Vladimir Minenko Vladimir Minenko
              Alex Blasche Alex Blasche
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes