xo-jit: clang18/llvm18 compile fixes (temp patches)
This commit is contained in:
parent
07e5a1f349
commit
9439f0f221
5 changed files with 14 additions and 9 deletions
|
|
@ -10,7 +10,7 @@ namespace xo {
|
|||
using std::cerr;
|
||||
using std::endl;
|
||||
|
||||
activation_record::activation_record(const ref::rp<Lambda> & lm)
|
||||
activation_record::activation_record(const rp<Lambda> & lm)
|
||||
: lambda_{lm},
|
||||
binding_v_(lm->n_arg())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue