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

Endless recursion in QMultiHash

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P1: Critical
    • None
    • 6.1.2
    • None
    • Windows

    Description

      this function leads to an infinite recursion:

      template <typename ...Args>
       iterator emplace(const Key &key, Args &&... args)
       {
       return emplace(Key(key), std::forward<Args>(args)...);
       }
      

       

      Attachments

        Issue Links

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

          Activity

            People

              Unassigned Unassigned
              andymal Andrei Malashkin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes