> If this ends up acked then please add this to ansidecl.h or
> somewhere else global as template:
> 
> template <typename T>
> struct push {
>   push (T &);
>   ~push ();
>   T *m_loc;
>   T m_val;
> };
> 
> because it would be a general solution for _all_ shadow=local warnings?!

No, please, the cure would be much worse than the disease.

-- 
Eric Botcazou

Reply via email to