------- Additional Comments From reichelt at gcc dot gnu dot org  2005-04-15 
12:59 -------
Not a bug.

This has to do with two-stage name-lookup, see last bullet in
http://gcc.gnu.org/bugs.html#new34
and
http://gcc.gnu.org/gcc-3.4/changes.html

You could use
this->m_.p(), this->A::m_.p(), B<T>::A::m_.p()


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to