www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18291] New: getcwd is deprecated for Windows - the ISO C++

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

          Issue ID: 18291
           Summary: getcwd is deprecated for Windows - the ISO C++
                    conformant _getcwd should be used instead
           Product: D
           Version: D2
          Hardware: All
                OS: Windows
            Status: NEW
          Keywords: bootcamp
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: greensunny12 gmail.com

https://msdn.microsoft.com/en-us/library/ms235450.aspx
This POSIX function is deprecated. Use the ISO C++ conformant _getcwd instead.


See also:

https://github.com/dlang/dmd/pull/7757#discussion_r163367652

--
Jan 24 2018