www.digitalmars.com         C & C++   DMDScript  

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

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 puremagic.com
          Reporter: andrei 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.

--
Sep 24 2016