This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/189] [DR176] parse error in qualified member name lookup



------- Comment #10 from jens dot maurer at gmx dot net  2006-11-05 21:54 -------
Here is a shorter test case.

namespace N {
  template<class T> struct B { int m; };
  struct C : B<int> { };
}

void g() {
  N::C().B<int>::m;
}


-- 

jens dot maurer at gmx dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jens dot maurer at gmx dot
                   |                            |net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=189


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]