XMLWordPrintable

Details

    • 9b30795c02ac659606304f1a101279cd66af5c07

    Description

      template<typename T>
      struct Indirect { T t; };
      
      struct Foo { int bar; };
      
      template<typename T>
      struct Temp
      {
          typedef T MyT;
          typedef Indirect<MyT> indirect;
      };
      
      void func()
      {
          Temp<Foo>::indirect temp;
          temp.t.bar; // bar not highlighted
      }

      Attachments

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

        Activity

          People

            orgads Orgad Shaneh
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes