[Issue 7318] Cannot concatenate arrays of super- and subtype

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 19 12:01:58 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7318


Andrei Alexandrescu <andrei at metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at metalanguage.com
           Severity|regression                  |enhancement


--- Comment #3 from Andrei Alexandrescu <andrei at metalanguage.com> 2012-01-19 12:01:56 PST ---
More general: a ~= b for arrays is valid if element type of b implicitly
converts to element type of a.

This is an addition to the language. A good one, but a net addition. It used to
work because of a related bug. Let's keep this open for now and think more
about it.

-- 
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