https://issues.dlang.org/show_bug.cgi?id=13850
Max Samukha <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Max Samukha <[email protected]> --- (In reply to RazvanN from comment #1) > I cannot reproduce this. The code compiles, runs and exits gracefully. How does this even work? Implicitly binding the function pointers to `this` is an extremely confusing semantics. Rather than stacking yet another hack on top of the pile, we'd better fix the underlying issue, which is member functions having invalid types. --
