[Issue 904] Bad code generated for local _assert routine
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Wed Jan 31 00:45:34 PST 2007
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=904
------- Comment #3 from afb at algonet.se  2007-01-31 02:45 -------
It also seems to contradict: http://www.digitalmars.com/techtips/unittests.html
"Provide a custom implementation of:
        extern (C) void _d_assert(char[] filename, uint line);
to do the logging. _d_assert is the function called when an assert trips. By
providing your own, it prevents the Phobos library version from being linked
in."
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list