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

jens dot maurer at gmx dot net gcc-bugzilla@gcc.gnu.org
Sun Nov 5 21:54:00 GMT 2006



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



More information about the Gcc-bugs mailing list