D modules/sourcecode organisation/filesystem mapping
Bruno Medeiros
brunodomedeirosATgmail at SPAM.com
Fri May 12 10:23:07 PDT 2006
FunkyM wrote:
>
> Yeah, infact it is a basic change mainly on the "module" keyword. My "extended"
> explaination might be a bit too much information on one shot.
>
> Right now you for a file "/foo/bar.d" you would have to write "module foo.bar;"
> and you can NOT have a file "/foo.d" with "module foo;".
>
> These changes make it possible to say "module foo;" in "/foo/bar.d" and use
> "/foo.d" with "module foo;" which results in "merging" the two scopes.
>
What happens when both "module foo;"'s have module
constructors/destructors ?
--
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
More information about the Digitalmars-d
mailing list