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

QFutureInterface duplicate vtables

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes