[PATCH v2 0/3] Completer C++ template support

Keith Seitz keiths@redhat.com
Wed Apr 22 17:27:09 GMT 2020


On 4/22/20 8:15 AM, Simon Marchi wrote:
>> For example, consider this example:
>>
>> struct Foozle
>> {
>>   int x;
>>   T1 t;
>>   template <typename T2>
>>   T2 fogey (T2 plop);
>> };
> 
> Is there a `tempalte <typename T1>` missing at the top of the snippet?

Yes, I forgot to add that -- cut&paste-o. This comes from the tests
added in patch #3.

I apologize for that.

Keith



More information about the Gdb-patches mailing list