Code behaves incorrectly if it is compiled in std.functional

via Digitalmars-d digitalmars-d at puremagic.com
Fri Jun 5 11:35:49 PDT 2015


On Friday, 5 June 2015 at 17:50:55 UTC, ketmar wrote:
> `const int` works, so i can't see why `auto auto` is failing.

Wrong analogy. Try `const const`, and it will fail with the same 
error as `auto auto`: "redundant attribute".


More information about the Digitalmars-d mailing list