[Issue 1480] New: std.stream throws the new override warning all over the place

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Sep 6 18:50:23 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1480

           Summary: std.stream throws the new override warning all over the
                    place
           Product: D
           Version: 2.004
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: spam at extrawurst.org


it is as simple as that, just import the std.stream module and compile with
warnings enabled then the new override warning is thrown hundreds of times:

[CODE]
import std.stream;

void main()
{}
[/CODE]

this is very annoying as i always have warnings turned on.


-- 



More information about the Digitalmars-d-bugs mailing list