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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2622 "Issue 19561 - Enable array ops in betterC"
was merged into master:

- c596b30147c762ba853948a76ca942c1456212f0 by Nathan Sashihara:
  Issue 19561 - Enable array ops in betterC

  Known limitation: slice assignment to a scalar won't work in betterC
  for types of size other than 1 because the compiler will try to use
  _memset16/_memset32/etc. This can only be addressed in DMD rather
  than druntime.

https://github.com/dlang/druntime/pull/2622

--

Reply via email to