|
From: Gabriel D. R. <Gab...@cm...> - 2000-08-23 22:32:20
|
"Christophe Prud'homme" <pru...@MI...> writes: | Hi | it is Yet Another Round Of G++ Test ! | | I try to track some compilations problems : | | * missing #include <IteratorBoundsException.hpp> in Iterator.hpp | might cause big trouble with exception since nothing is know about this | class at compile time. This problem occur in other place | the compiler needs the class interface at compile time !!! True. | * class is missing in Friend declaraion in Synchronized.hpp Yes, the compiler is now more stringent about elaborated-type-specifier. | * warning with corelinux::##tag (common.hpp) don't know yet how to fix it I think that is wrong since after replacemend, the result is not a valid preprocessing-token. -- Gaby |