fix failed bind method in gcc/clang
All checks were successful
ubuntu / Explore-Gitea-Actions (push) Successful in 1m39s

This commit is contained in:
2025-10-22 22:11:58 +08:00
parent 4cc759347f
commit 72db94928c
4 changed files with 102 additions and 80 deletions

View File

@@ -47,4 +47,4 @@ TEST_CASE("call benchmark", "[!benchmark]") {
auto b = engine.call<int>("get_same", 1);
REQUIRE(b == 1);
};
}
}