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

Brad Anderson <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from Brad Anderson <[email protected]> ---
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.

--

Reply via email to