Fwd: Re: Request for feedback on Signature Assistant

Esben Mose Hansen kde at mosehansen.dk
Mon Nov 1 21:24:26 UTC 2010


On Monday 01 November 2010 14:02:57 Olivier JG wrote:
> The declaration doesn't have to have
> names,

A very common case that you might want to consider is the


int myclass::foo(int a, int /* b unused */) {
  return a;
}

There is no better way to say a parameter is unused :)

-- 
Kind regards, Esben




More information about the KDevelop-devel mailing list