[Issue 22213] New: Base64: Missing `@nogc` attribute on encodeLength

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 15 18:59:51 UTC 2021


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

          Issue ID: 22213
           Summary: Base64: Missing `@nogc` attribute on encodeLength
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: eyal at weka.io

This causes the base64 encoding to fail to be used in a @nogc context despite
having no GC

--


More information about the Digitalmars-d-bugs mailing list