1 compiler error without error message

Maxim Fomin maxim at maxim-fomin.ru
Sat May 11 10:12:14 PDT 2013


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.


More information about the Digitalmars-d-learn mailing list