https://issues.dlang.org/show_bug.cgi?id=19234
Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #9942 "Fix Issue 19234 - betterC TypeInfo error when using slice copy on Structs" was merged into master: - a9080406f3b5c8d29b148be42292d2eb783face1 by Nathan Sashihara: Fix Issue 19234 - betterC TypeInfo error when using slice copy on Structs Known limitation: does not work for struct with postblit or dtor. https://github.com/dlang/dmd/pull/9942 --