In our previous episode, Paul Ishenin said: > 21.03.2010 17:08, Sven Barth wrote: > > 4. What about reserved identifiers being used in the namespace which > > might be valid in C++ (e.g. "location", "platform", "register", > > "object" or even "begin")? > '&' at the begining of identifer allows to use any identifier name like > &location, &platform, etc.
That doesn't help, since still breaks existing code that might not even use C++ extensions. But I assume this is done in a separate mode (or modeswitch?) _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
