D - more or less power than C++?

Walter Bright newshound at digitalmars.com
Sun Mar 5 12:09:38 PST 2006


"Sebastián E. Peyrott" <as7cf at yahoo.com> wrote in message 
news:dudqs0$1qkh$1 at digitaldaemon.com...
> I agree. I think there's no compelling reason to allow referencing files
> according to the relative path of the current module. In fact, I think the
> current behaviour enforces a more organized development structure.

I agree as well. For example, in Phobos, the std.* modules, when they import 
other std modules, use:

    import std.foo;

as opposed to:

    import foo;

which is what it would be if relative imports were done. 





More information about the Digitalmars-d mailing list