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

--- Comment #6 from Jacob Carlborg <d...@me.com> ---
(In reply to Kenji Hara from comment #3)

> And compiler already place all ModuleInfo in read-only section. So modifying
> ModuleInfo will cause segfault in some platforms. It's more worse.

How can you modify ModuleInfo when all its members (methods and fields) are
const?

--

Reply via email to