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

Endless recursion in QMultiHash

XMLWordPrintable

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

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

       

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes