www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 14439] New: aa's are essentially unusable in safe contexts

https://issues.dlang.org/show_bug.cgi?id=14439

          Issue ID: 14439
           Summary: aa's are essentially unusable in  safe contexts
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P1
         Component: druntime
          Assignee: nobody puremagic.com
          Reporter: braddr puremagic.com

Darned little of the aa interfaces are usable in an  safe context.  The api I
hit first is aa.keys, but on looking at object.di and aaA.d, about the only
ones that _are_  safe is aaLiteral and friends.  Not even _aaLen is  safe.

--
Apr 11 2015