[Issue 15029] [Reg 2.068.0] _postblitRecurse invokes opDispatch with __xpostblit (breaks emplace)

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 8 06:34:21 PDT 2015


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

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
(In reply to Martin Nowak from comment #0)
> but `__traits(hasMember, S, "__xpostblit")` should have instantiated opDispatch
> anyhow.

`__traits(hasMember, S, "__xpostblit")` should NOT instantiate opDispatch and
return false.

--


More information about the Digitalmars-d-bugs mailing list