[Issue 13148] ModuleInfo fields are unnecessary changed to const
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Jul 21 13:51:08 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13148
Martin Nowak <code at dawg.eu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |code at dawg.eu
--- Comment #4 from Martin Nowak <code at dawg.eu> ---
It should not be possible to copy ModuleInfo because it's a variable-length
struct, so copying would slice off the data.
--
More information about the Digitalmars-d-bugs
mailing list