This is the mail archive of the gcc-patches@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]

Re: C++ PATCH: Towards two-phase name lookup and other things...




--On Thursday, January 16, 2003 10:47:20 PM -0500 Jason Merrill <jason@redhat.com> wrote:

WRT lookups in dependent bases, I've had the idea for a while of keeping
track of unqualified lookups in templates, and rerunning them at
instantiation time.  If they produce a different answer then, warn.
That's a good idea.  I don't know how much time/space it might cost,
though; there could be a lot of them...

--
Mark Mitchell                mark@codesourcery.com
CodeSourcery, LLC            http://www.codesourcery.com


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