Details

    Description

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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes