mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
SIGH name shadowing
This commit is contained in:
parent
29e4b82b4a
commit
02428921af
|
@ -125,7 +125,6 @@ namespace sol {
|
|||
template <typename F, F f>
|
||||
struct wrap {
|
||||
typedef F type;
|
||||
typedef wrapper<F> wrapper;
|
||||
|
||||
static int call(lua_State* L) {
|
||||
return c_call<type, f>(L);
|
||||
|
|
Loading…
Reference in New Issue
Block a user