[gcc patch] Re: C++ member function template id not matching linkage name (PR debug/49408)

Jason Merrill jason@redhat.com
Mon Jun 27 18:00:00 GMT 2011


On 06/27/2011 11:04 AM, Jan Kratochvil wrote:
> Had to restrict the patch very much for the template function reference case as
> otherwise the parameter types are required even in templates there.

They should be supressed whenever the function appears in an expression 
context, either as a pointer to member function (i.e. the operand of 
'&') or as the function being called in a call expression.

Jason



More information about the Gdb-patches mailing list