[Issue 9215] [2.061 beta] isDymanicArray/DynamicArrayTypeOf broken for classes/interfaces with AliasThis
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Dec 27 23:48:04 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9215
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #4 from Kenji Hara <k.hara.pg at gmail.com> 2012-12-27 23:48:02 PST ---
OK, by fixing bug 9177:
https://github.com/D-Programming-Language/dmd/commit/9f2d9eafacd75c22ea7a705151ee2a8e20a1638c
These results were also fixed as expected.
pragma(msg, DynamicArrayTypeOf!(Foo[])); // prints "Foo[]"
pragma(msg, isDynamicArray!(Foo[])); // prints "true"
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list