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