[Issue 2727] New: std.date Cyclic dependency
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Tue Mar 10 11:04:46 PDT 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2727
           Summary: std.date Cyclic dependency
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: bugzilla at digitalmars.com
Andrew writes:
The following code:
     private import std.date;
     void main(){}
generates the runtime error:
     object.Exception: Cyclic dependency in module std.date
-- 
    
    
More information about the Digitalmars-d-bugs
mailing list