[Issue 8947] redBlackTree() of fixed size arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Dec 9 10:58:56 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=8947

berni44 <bugzilla at d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at d-ecke.de
         Resolution|---                         |INVALID

--- Comment #2 from berni44 <bugzilla at d-ecke.de> ---
t2 has elements of type int, while a is of type int[2]. You can't mix them.

--


More information about the Digitalmars-d-bugs mailing list