Proposal for Deimos documentation

Jens Mueller jens.k.mueller at gmx.de
Fri Mar 22 01:33:10 PDT 2013


Jacob Carlborg wrote:
> On 2013-03-22 00:01, Jens Mueller wrote:
> 
> >I believe I included all the change requests. Many thanks for the
> >feedback.
> >Updated version is at
> >http://jkm.github.com/d-programming-language.org/deimos.html
> 
> "Each #include <path/to/header.h> needs to have at most one
> corresponding import path.to.header;"
> 
> "at most one", is not correct. As we said, one may need several
> imports to cover a single include. It may also be possible to skip
> some includes due to the corresponding functionality being built in
> to the language or available in object.d

Skipping (bool, ...) is covered by "at most one", isn't it? Do you have
an example where one C include results in several D imports?

Jens


More information about the Digitalmars-d mailing list