Is it legal to use std.windows modules?

Adam D. Ruppe via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Apr 11 07:39:03 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?

For what it is worth, my dpldocs.info site is able to document it:

http://dpldocs.info/experimental-docs/std.windows.html

and there's nothing in the source about it being private, so you 
should be ok using it.


More information about the Digitalmars-d-learn mailing list