Re: [PATCH] c++: Fix warmth propagation for member function templates

2023-12-12 Thread Jason Merrill
On 12/12/23 14:29, Jason Xu wrote: Support was recently added for class-level warmth attributes that are propagated to member functions. The current implementation ignores member function templates and this patch fixes that. Thanks! I'm applying this variant of the patch: From c762599f112aa3b3

Re: [PATCH] c++: Fix warmth propagation for member function templates

2023-12-12 Thread Marek Polacek
On Tue, Dec 12, 2023 at 07:29:40PM +, Jason Xu wrote: > Support was recently added for class-level warmth attributes that are > propagated to member functions. The current implementation ignores > member function templates and this patch fixes that. Thanks for the patch. Is there a bug in the