In our previous episode, Graeme Geldenhuys said: > And fpGUI existed long before that. ;-) I guess lucky for me, > Generics are hardly (if at all) used by any developers I know. Still, > it's very annoying to get classname or unit name conflicts. The next > question would probably be, are there plans for namespace support in > FPC - like Java, C#, C++, Modula 2 and Delphi all have?
Afaik M2 has no namespace support (it only supports nested modules), and native Delphi only allows dots in unit names. Of course the module (unit) concept also includes a namespace already. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
