mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix spacing issues
This commit is contained in:
parent
d35de4a8fa
commit
b5a938b285
@ -57,9 +57,9 @@ private:
|
||||
struct constructor {
|
||||
template<typename... Args>
|
||||
static void do_constructor(lua_State* L, T* obj, call_syntax syntax, int, types<Args...>) {
|
||||
default_construct fx{};
|
||||
default_construct fx{};
|
||||
stack::get_call(L, 1 + static_cast<int>(syntax), fx, types<Args...>(), obj);
|
||||
}
|
||||
}
|
||||
|
||||
static void match_constructor(lua_State*, T*, call_syntax, int) {
|
||||
throw error("No matching constructor for the arguments provided");
|
||||
|
Loading…
x
Reference in New Issue
Block a user