mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
workaround CUDA 11.4 angle bracket parsing fail
This commit is contained in:
parent
f81643aa0c
commit
293ddad868
@ -1190,7 +1190,7 @@ namespace sol {
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
decltype(auto) get_usertype(lua_State* L, int index = -lua_size_v<meta::unqualified_t<T>>) {
|
||||
decltype(auto) get_usertype(lua_State* L, int index = -lua_size_v<meta::unqualified_t<T> >) {
|
||||
record tracking {};
|
||||
return get_usertype<T>(L, index, tracking);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user