[Issue 17776] highlight error in betterC assert messages

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 10 22:43:03 UTC 2017


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
The C runtime library's assert failure function is called, and that function
decides how to format the message.

D can't do anything about it. The bug should be refiled with the C compiler
vendor.

--


More information about the Digitalmars-d-bugs mailing list