[Issue 13543] std.file.FileException has useless __FILE__ and __LINE__ arguments tacked on

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 27 18:05:09 PDT 2014


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

Brad Anderson <eco at gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eco at gnuk.net

--- Comment #12 from Brad Anderson <eco at gnuk.net> ---
Generally speaking, the __FILE__/__LINE__ trick sounds like a perfect example
of something you put in a Debug build and leave out of a Release build. It can
be genuinely useful during development while the program's logic is still being
hammered out but it's often not useful or desired to show this information to
end users.

--


More information about the Digitalmars-d-bugs mailing list