Update libabacus.
This commit is contained in:
2
external/libabacus
vendored
2
external/libabacus
vendored
Submodule external/libabacus updated: c4a7117704...ca6075e8d5
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user