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: [PATCH] PR c++/36019


is_*_p is redundant; use either is_ or _p, not both.

I think we can drop the IS_TEMPLATE_PARAMETER_OF_SCOPE_P macro, since it's only used once.

Add a comment in outer_binding explaining why we need to have this special case.

OK with those changes.

Jason


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