On Saturday, 11 May 2013 at 15:53:04 UTC, Jonathan Dunlap wrote:
So what does "Error: function
std.algorithm.MapResult!(adjoin, Result).MapResult.opIndex cannot get frame pointer to adjoin" actually mean? It's a bit cryptic to me.

Thanks!


This means that MapResult.opIndex cannot get frame pointer to library nested function adjoin which is used in map template if there are more than 1 arguments passed to map. Either there is situation which requires multiple frame pointers (which is currently impossible) or this is template cross-talk bug.

Reply via email to