On 07/31/14 02:12, Andrei Alexandrescu via Digitalmars-d wrote: > I think bounds checking is an intrinsic feature of the language, not > something easily configurable.
The problem is with asserts that cause the runtime checks to be eliminated. An simple assert would be enough to bypass @safe. artur