[Issue 3407] [tdpl] Compiling with -safe -release must keep all bound checks
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 21 02:54:00 PST 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3407
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #10 from Walter Bright <bugzilla at digitalmars.com> 2009-11-21 02:53:58 PST ---
Will remove -safe switch and add -noboundscheck switch. @safe functions always
get bounds checked unless -noboundscheck is on. @trusted and @system functions
only get bounds checked when -release and -noboundscheck are off.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list