You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/compiler-explorer/libs/sol2/trunk/include/sol/stack_core.hpp:1416:28: error: no matching function for call to object of type 'std::less<void>'
/opt/compiler-explorer/libs/sol2/trunk/include/sol/stack_core.hpp:1416:28: error: no matching function for call to object of type 'std::less_equal<void>'
/opt/compiler-explorer/libs/sol2/trunk/include/sol/stack_core.hpp:1416:28: error: no matching function for call to object of type 'std::equal_to<void>'
@ThePhD Any ideas on how to pass raw pointer to pointer?
The text was updated successfully, but these errors were encountered:
Consider
and the binding code
Test1** test; lua["Test"] = test;
Error messages:
@ThePhD Any ideas on how to pass raw pointer to pointer?
The text was updated successfully, but these errors were encountered: