Pointers to functions (!= "function pointers") should be disallowed entirely

Mehrdad wfunction at hotmail.com
Sat Jun 16 17:55:08 PDT 2012


I think pointers to functions should be disallowed (and more 
indirections thereof):

	typeof(Object.toString)*  p;

They can never point anywhere reasonable other than null.


More information about the Digitalmars-d mailing list