[Issue 16535] New: writeln("a") is safe, stdout.writeln("a") is not

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 24 09:09:09 PDT 2016


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

          Issue ID: 16535
           Summary: writeln("a") is safe, stdout.writeln("a") is not
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: andrei at erdani.com

There must have been some divergence in the source code somewhere. The global
should forward to the member and both should be safe.

--


More information about the Digitalmars-d-bugs mailing list