I don't know why I use D enough long but I did not remember this fact.
Re: Enum type deduction inside templates is not working
Uranuz via Digitalmars-d-learn Fri, 27 Jun 2014 00:45:27 -0700
Seems that I found answer myself. As far as I understand type
inference is working only for template functions but not struct
or class templates. This is why this not working and enum is not
responsible for that.
- Enum type deduction inside t... Uranuz via Digitalmars-d-learn
- Re: Enum type deduction... pgtkda via Digitalmars-d-learn
- Re: Enum type deduc... pgtkda via Digitalmars-d-learn
- Re: Enum type d... Uranuz via Digitalmars-d-learn
- Re: Enum ty... pgtkda via Digitalmars-d-learn
- Re: Enum type deduction... H. S. Teoh via Digitalmars-d-learn
- Re: Enum type deduction... Chris Nicholson-Sauls via Digitalmars-d-learn