[Issue 20440] Associative arrays of BigInt does not support require or get function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 10 09:02:17 UTC 2019


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

Simen Kjaeraas <simen.kjaras at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simen.kjaras at gmail.com

--- Comment #3 from Simen Kjaeraas <simen.kjaras at gmail.com> ---
The fix in PR 7312 only fixes this for BigInt specifically. If we are not going
to require that opAssign return ref for every type, this should be fixed in
druntime instead.

In other words: this is a bug in require(), not in BigInt.

--


More information about the Digitalmars-d-bugs mailing list