Is it legal to use std.windows modules?

Vladimir Panteleev via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Apr 11 19:23:40 PDT 2016


On Friday, 8 April 2016 at 22:50:05 UTC, FreeSlave wrote:
> std.windows.syserror and others have documentation comments, 
> but they are not listed in online documentation on dlang.org. 
> Is it ok to use functions and classes from this modules in D 
> applications?

They were documented a while ago:

http://dlang.org/phobos-prerelease/std_windows_syserror.html

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

Due to a simple omission, the documentation has not propagated 
from /phobos-prerelease/ to /phobos/:

https://github.com/D-Programming-Language/dlang.org/pull/1265


More information about the Digitalmars-d-learn mailing list