GiNaC/ginac symmetry.cpp symmetry.h

Christian Bauer cbauer at student.physik.uni-mainz.de
Tue Jun 19 13:14:21 CEST 2001


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/



More information about the GiNaC-devel mailing list