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: PR c++/47311


On 01/20/2011 10:40 AM, Dodji Seketeli wrote:
+ if (incomplete_args_for_template_parm_fixup_p (arglist, parm))

It seems to me that if we do things in the right order, we shouldn't need this test. Can't we arrange to defer fixing up template template parameter template parameters some other way than testing what's in the arglist?


Jason


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