Re: [PATCH] Safer inset hierarchy

2004-11-23 Thread Martin Vermeer
On Tue, 2004-11-23 at 15:03, Alfredo Braunstein wrote: > Lars Gullik BjÃnnes wrote: > > > This patch adds NVI for the clone function, adds some guards on its > > usage. > > > > Also I try to make sure that we use and call insets in a uniform way. > > (through pointers mainly, to avoid slicing) >

Re: [PATCH] Safer inset hierarchy

2004-11-23 Thread Alfredo Braunstein
Lars Gullik BjÃnnes wrote: > This patch adds NVI for the clone function, adds some guards on its > usage. > > Also I try to make sure that we use and call insets in a uniform way. > (through pointers mainly, to avoid slicing) What's slicing? Alfredo

[PATCH] Safer inset hierarchy

2004-11-23 Thread Lars Gullik Bjønnes
This patch adds NVI for the clone function, adds some guards on its usage. Also I try to make sure that we use and call insets in a uniform way. (through pointers mainly, to avoid slicing) Unless you have objection I will apply this. (with one change: a simpler dynamic_cast in tabular.C) nvi-