On Fri, Jul 12, 2002 at 10:25:36AM +0100, Angus Leeming wrote:
> If I have
>       typedef pair<Row const *, Row const *> RowPair;
> in a .C file, should I wrap it inside namespace anon?

Well, on second thoughts: typedefs don't have external linkage, so it is
strictly not needed. But I think it makes the intend "used only locally"
clearer... But I am not religious about it.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to