February 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17176

          Issue ID: 17176
           Summary: https://dlang.org/phobos/std_stdio.html#.File.tmpfile
                    broken link
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dlang.org
          Assignee: nobody@puremagic.com
          Reporter: timothee.cour2@gmail.com

Returns a temporary file by calling tmpfile. Note that the created file has no
name.
tmpfile points to:
http://%20cplusplus.com/reference/clibrary/cstdio/tmpfile.html

--