[Issue 12204] using delegates as alias parameter to templated struct: cannot get frame pointer to sort

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Dec 11 15:39:17 PST 2014


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

briancschott at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry
                 CC|                            |briancschott at gmail.com

--- Comment #1 from briancschott at gmail.com ---
I'm seeing this issue show up in EMSI's codebase after the change to
cartesianProduct introduced in
https://github.com/D-Programming-Language/phobos/pull/2276.

The following is an example error message that I get when building with
2.067.0-b1:

/home/brian/programs/dmd2/linux/bin64/../../src/phobos/std/algorithm.d(13226):
Error: function std.algorithm.cartesianProduct!(MapResult!(__lambda2, Result),
MapResult!(__lambda2, FilterResult!(__lambda3, HierarchyRefRange)),
MapResult!(__lambda2, Result)).cartesianProduct.Result.save cannot get frame
pointer to ids

--


More information about the Digitalmars-d-bugs mailing list