Files
lix/src
Shea Levy 9fa21765e7 callFunction: Copy functors to the heap
Normally it's impossible to take a reference to the function passed to
callFunction, so some callers (e.g. ExprApp::eval) allocate that value
on the stack. For functors, a reference to the functor itself may be
kept, so we need to have it on the heap.

Fixes #1045
2016-08-29 07:36:28 -04:00
..
2016-08-11 07:58:33 -04:00
2015-07-20 01:16:16 +02:00
2016-08-10 18:05:35 +02:00
2016-08-24 14:53:33 +02:00
2016-07-21 18:39:32 +02:00
2016-08-23 17:11:19 +02:00
2016-08-23 17:11:19 +02:00