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++/47585] remaining dependent base lookup


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


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