[Issue 18291] New: getcwd is deprecated for Windows - the ISO C++ conformant _getcwd should be used instead
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jan 24 12:57:09 UTC 2018
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 at puremagic.com
Reporter: greensunny12 at 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
--
More information about the Digitalmars-d-bugs
mailing list