Update libabacus.
This commit is contained in:
parent
13aa227470
commit
eecf798dcf
2
external/libabacus
vendored
2
external/libabacus
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit c4a7117704e6548a880b50fbc499e524bfed5823
|
Subproject commit ca6075e8d5114475ce128d1459118c4cd2151a74
|
|
@ -36,7 +36,7 @@ class abacus {
|
||||||
template <typename ... Ts>
|
template <typename ... Ts>
|
||||||
ref abacus::call(const std::string& name, Ts...params) {
|
ref abacus::call(const std::string& name, Ts...params) {
|
||||||
ref value;
|
ref value;
|
||||||
libab_run_function_scoped(&ab, name.c_str(), scope, value, sizeof...(params), (libab_ref*) params...);
|
libab_call_function_scoped(&ab, name.c_str(), scope, value, sizeof...(params), (libab_ref*) params...);
|
||||||
libab_gc_run(&ab.containers);
|
libab_gc_run(&ab.containers);
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user