[Bug c++/47585] remaining dependent base lookup

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 2 11:58:00 GMT 2011


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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-02-02 11:57:52 UTC ---
yes, I'm sure this is the same, as in the bug I reported, base<T>::f is only
found if the expression is dependent (so lookup is delayed to instantiation
time) but that shouldn't affect it. 14.6.2/3 is clear that dependent bases are
not examined for unqualified name lookup at definition or instantiation

*** This bug has been marked as a duplicate of bug 24163 ***



More information about the Gcc-bugs mailing list