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]: Add tf_user flag


On Fri, 2003-07-25 at 07:49, Nathan Sidwell wrote:
> Mark,
> this patch adds a tf_user flag to the tsubst_flags enumeration. This is used
> by lookup_template_class to tell whether it should find a user visible
> template (rather than the implicit template for a member function of a template
> class). Currently, lookup_template_class uses the form of the ARGLIST
> parameter to infer the requirement -- this patch makes it explicit.
> 
> Obviously the goal is to remove the list representation of template
> argument lists much earlier on ...
> 
> booted & tested on i686-pc-linux-gnu, ok?

Yes!

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com


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