Thread overview | ||||||
---|---|---|---|---|---|---|
|
August 04, 2012 Why does foreach with __traits ignore ForeachTypeList's type ? | ||||
---|---|---|---|---|
| ||||
Hi, As I said on #d, foreach with __traits seems to ignore ForeachTypeList's type. Look at this ! :p http://dpaste.dzfl.pl/0885e1de Wtf ? Thanks |
August 04, 2012 Re: Why does foreach with __traits ignore ForeachTypeList's type ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Eyyub | It looks like the problem is TypeTuple : http://dpaste.dzfl.pl/de2264dd |
August 04, 2012 Re: Why does foreach with __traits ignore ForeachTypeList's type ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Eyyub | Eyyub: > It looks like the problem is TypeTuple : > > http://dpaste.dzfl.pl/de2264dd Fixed in DMD 2.060? http://d.puremagic.com/issues/show_bug.cgi?id=5435 Bye, bearophile |
August 04, 2012 Re: Why does foreach with __traits ignore ForeachTypeList's type ? | ||||
---|---|---|---|---|
| ||||
Posted in reply to bearophile | On Saturday, 4 August 2012 at 14:27:44 UTC, bearophile wrote:
> Eyyub:
>> It looks like the problem is TypeTuple :
>>
>> http://dpaste.dzfl.pl/de2264dd
>
> Fixed in DMD 2.060?
> http://d.puremagic.com/issues/show_bug.cgi?id=5435
>
> Bye,
> bearophile
Oh, indeed.
Sorry I did not look at the changelog before posting.
2.060 looks cool.
Thanks bearophile !
|
Copyright © 1999-2021 by the D Language Foundation