This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ PATCH]: Add tf_user flag
- From: Mark Mitchell <mark at codesourcery dot com>
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Cc: Mark Mitchell <mitchell at codesourcery dot com>, gcc-patches at gcc dot gnu dot org
- Date: 25 Jul 2003 09:03:45 -0700
- Subject: Re: [C++ PATCH]: Add tf_user flag
- References: <3F214365.6020104@codesourcery.com>
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