[Issue 9058] Problem with std.traits.EnumMembers conversion to array

2012-12-11 Thread d-bugmail
/2d79ad35c3c7f624a9c619759852e01bdf9049af fix Issue 9058 - Problem with std.traits.EnumMembers conversion to array https://github.com/D-Programming-Language/dmd/commit/5752497c08bcfcf4905d5684d1535d1a9e09021f Merge pull request #1363 from 9rnsr/fix9058 Issue 9058 - Problem with std.traits.EnumMembers conversion to array -- Configure

[Issue 9058] Problem with std.traits.EnumMembers conversion to array

2012-12-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9058 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 9058] Problem with std.traits.EnumMembers conversion to array

2012-12-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9058 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #2

[Issue 9058] Problem with std.traits.EnumMembers conversion to array

2012-11-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9058 --- Comment #1 from bearophile_h...@eml.cc 2012-11-22 14:49:49 PST --- While now this code gives: import std.traits: EnumMembers; enum Foo { A, B } void main() { EnumMembers[] array = [EnumMembers!Foo]; } test.d(4): Error: