[Issue 14850] Concatenation of static arrays should have compile-time length

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 5 12:36:43 UTC 2023


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

Nick Treleaven <nick at geany.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at geany.org
            Summary|VRP should work             |Concatenation of static
                   |consistently through all    |arrays should have
                   |array ops                   |compile-time length

--- Comment #3 from Nick Treleaven <nick at geany.org> ---
This is the only remaining case, renamed issue:

> 4)  c = a[] ~ b[]; //No error until runtime

Same goes for `c = a ~ b;`.

--


More information about the Digitalmars-d-bugs mailing list