[Issue 18475] New: std.net.curl.mailTo() calls tempCString without importing

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Feb 20 17:56:03 UTC 2018


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

          Issue ID: 18475
           Summary: std.net.curl.mailTo() calls tempCString without
                    importing
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: Jesse.K.Phillips+D at gmail.com

The mailTo function template calls out to the std.internal.cstring :
tempCString() function without importing it first causing the below compiler
error in 2.078.3

src\phobos\std\net\curl.d(4058,44): Error: no property 'tempCString' for
type...

--


More information about the Digitalmars-d-bugs mailing list