[Issue 13983] New: RefCounted needs to be pure, @safe, nothrow
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Jan 14 17:37:46 PST 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=13983
          Issue ID: 13983
           Summary: RefCounted needs to be pure, @safe, nothrow
           Product: D
           Version: D2
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P1
         Component: Phobos
          Assignee: nobody at puremagic.com
          Reporter: hsteoh at quickfur.ath.cx
Currently RefCounted fails all three attributes, which greatly limits its
usefulness, since the negation of these attributes transitively propagates to
its payload and everything underneath.
This blocks issue #13936.
--
    
    
More information about the Digitalmars-d-bugs
mailing list