www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 13983] New: RefCounted needs to be pure, safe, nothrow

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



--
Jan 14 2015