[Issue 14327] Unhandled exception from writeln() in C++/D application
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Oct 14 05:24:21 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14327
--- Comment #11 from Szymon Gatner <szymon.gatner at gmail.com> ---
Just tested the same with Visual Studio 2015 and Beta D 2.069.0-b1 using
mscoff32 version of phobos. Bug still persists I am afraid. This time excpetion
is thrown from stdio.d line 3076:
auto w = .trustedStdout.lockingTextWriter();
--
More information about the Digitalmars-d-bugs
mailing list