[Issue 14890] [REG 2.068.0-rc1] Can not construct a RedBlackTree of Tuples

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Aug 9 18:48:45 PDT 2015


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

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
This is an inout problem introduced by
https://github.com/D-Programming-Language/phobos/pull/3220/files#diff-5ce425da0dc54bc1f90d170bf3ae1d8fR797.

The problem is that areCompatibleTuples
(https://github.com/D-Programming-Language/phobos/blob/94f718e5c69939f595fb839d3aae24878f126d78/std/typecons.d#L396)
can't handle an inout Tup2 b/c it declares a local variable.

--


More information about the Digitalmars-d-bugs mailing list