Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-12-17 10:03:18


From: "Geurt Vos" <G.Vos_at_[hidden]>
> >
> > struct missing; // missing argument in a variadic function
> >
>
> ...I usually don't like it when something is missing...
>
> IOW, the argument is IMO not missing, it's simply not
> used, hence I'd say call the thing 'unused' instead...

An example of an unused argument:

void f(int)
{
}

An example of a missing argument:

f();

--
Peter Dimov
Multi Media Ltd.

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk