You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a program is compiled with `-boundschecks=safeonly`, `D_NoBoundsChecks` is *not* defined, but bounds check is turned off in non-safe code, which might break some assumption, e.g. in `@trusted` code.
The text was updated successfully, but these errors were encountered:
Mathias LANG (@Geod24) reported this on 2018-08-03T04:31:47Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=19137
CC List
Description
The text was updated successfully, but these errors were encountered: