Re: [crashing patch] Real copy constructors

2003-05-30 Thread John Levon
On Thu, May 29, 2003 at 06:27:47PM +0200, Lars Gullik Bj?nnes wrote: > This patch does it, the brute force way, and as a result you get a lot > of nice crashes. Please have a look if you want to exercise your > problem solving abilities. Don't we have enough problems to solve already in terms of

[crashing patch] Real copy constructors

2003-05-30 Thread Lars Gullik Bjønnes
We really need to make Inset::clone take no arguments, this cleans up stuff and makes other things easier to understand... unfortunately it is not so easy... This patch does it, the brute force way, and as a result you get a lot of nice crashes. Please have a look if you want to exercise your pro