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

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/3f9c4a6f3daa4e296e3404fe9714d1f03d73dc50
Fix issue 14870 - Add new "abort" internal module and function, which will
always print a
message to stderr, even in release mode. This can be used to replace
assert(0, msg) which does not print the message.

https://github.com/D-Programming-Language/druntime/commit/c68373a215050fea77820c73a2d2a18f3b93c36b
Merge pull request #1337 from schveiguy/addabort

Fix Issue 14870 Add new "abort" internal module and function

--

Reply via email to