[EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: >This has become an issue having to do with a package i'm involved in >porting to OSX 10.2 / Darwin 6.0. The Apple gcc3.1 compiler seems to >have a problem with static local symbols as part of template classes. >Attached is a sample (courtesy of Martin Johnson).
I just tried with CodeWarrior 8.2 and it doesn't compile, saying: Error : end of line expected test_static.h line 29 #endif _test_static_ Looks to me like this line should not have anything after "#endif". If I fix that, it builds and links.
