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

--- Comment #5 from Dlang Bot <[email protected]> ---
dlang/dmd pull request #15609 "merge stable" was merged into master:

- b349b6d0de9d375bda2db418fb16fabe7fc2f031 by Teodor Dutu:
  Fix Issue 24078 - Fold constants on array concatenation only for strings

  Without this limitation, the code could incorrectly concatenate
  `["c"] ~ "a" ~ "b"` as `["c"] ~ "ab"`, which was incorrect.

  Signed-off-by: Teodor Dutu <[email protected]>

https://github.com/dlang/dmd/pull/15609

--

Reply via email to