19 Jun
2001
19 Jun
'01
1:14 p.m.
Hi! On Tue, Jun 19, 2001 at 12:41:04PM +0200, Richard B. Kreckel wrote:
1) failure to recognize `unsigned' as `unsigned int',
This is used in many places in GiNaC. Why has it not been a problem before?
#include <list.h> struct foo { list<foo> children; };
This is supposed to work? Methinks that to make a list<foo>, the compiler would need to know at least sizeof(foo) which it can't because the struct definition is not closed yet. Bye, Christian -- / Coding on PowerPC and proud of it \/ http://www.uni-mainz.de/~bauec002/