2.068.0 regression?

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Wed Aug 19 14:32:15 PDT 2015


On Wednesday, 19 August 2015 at 21:26:34 UTC, sigod wrote:
> Consider this code:

Not a regression per se - core.time just introduced a new `to` 
function that is conflicting with your variable name because you 
imported core.time in a more local scope.

You can just do ["to": this.to] to disambiguate the name.


More information about the Digitalmars-d mailing list