[Issue 17650] [REG v2.075.0 b1-b4] std.getopt range violation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Jul 15 01:12:41 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17650

ZombineDev <petar.p.kirov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov at gmail.com

--- Comment #6 from ZombineDev <petar.p.kirov at gmail.com> ---
The error doesn't make sense to me. @safe adds bounds checks where there are
none only when building with -release. I.e. if we're not building with
-release, there shouldn't be any change in behavior - bounds checking should
already be present (-boundscheck defaults to 'on' in that case). Am I missing
something?

--


More information about the Digitalmars-d-bugs mailing list