[Issue 20842] Structs with disabled default/copy ctors can't be initialized
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon May 18 21:41:34 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20842
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@pbackus created dlang/dmd pull request #11159 "Fix Issue 20842 - Structs with
disabled default/copy ctors can't be i…" fixing this issue:
- Fix Issue 20842 - Structs with disabled default/copy ctors can't be
initialized
A struct must now have at least one non- at disabled constructor to be
ineligible for brace initialization.
https://github.com/dlang/dmd/pull/11159
--
More information about the Digitalmars-d-bugs
mailing list