template<typename T>
      void foo(T bar) {}
      
      template<typename T>
      void foo(T bar, T baz)
      {
          foo(bar); // auto-complete suggests only foo(T bar, T baz)
      }

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

            kosjar Nikolai Kosjar
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes