[OT] Extra time spent

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 3 08:23:18 PDT 2014


On Tuesday, 3 June 2014 at 06:44:12 UTC, Jacob Carlborg wrote:
> Yeah, but the advantage of monkey patching is that it can be 
> done in the same project that uses it.

Monkey patching can be done in D too if you're crazy enough to 
try it :P

use pragma(mangle) to replace library functions with your own 
versions...


More information about the Digitalmars-d mailing list