I was browsing the Delphi 2009 language guide. And found something strange. In the list of directives (not compiler directives) I found pointermath.
RAD-Studio
Reference
Delphi Reference
Delphi Language Guide
Fundamental Syntactic Elements
Fundamental Syntactic Elements
[Directives]
I know it is a compiler directive {$POINTERMATH ON|OFF} but I did not know how to use this guy. There is no additional information in the Help so I tried a little something but without success.
procedure Name; pointermath; // gave an error
So there are several possibilities:
- it is not yet implemented.
- it is a bug in the help.
- I have not found the right place to use it yet.
I assume it is a bug, (there are more seled must be sealed).
Does anybody know anything about this directive?