On Tuesday, 6 March 2012 at 19:47:50 UTC, Andrei Alexandrescu wrote:
On 3/6/12 11:36 AM, Jose Armando Garcia wrote:
import someSymboleThatDoesntCollide = std.log;

I think this works better:

static import log = std.log;

Isn't this just another case of DMD silently accepting superfluous attributes/modifiers?

David

Reply via email to