mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Slay some extra spaces.
This commit is contained in:
parent
2a73410a4b
commit
7d7e46d06a
|
@ -305,8 +305,8 @@ public:
|
|||
// to be references. This makes returns of
|
||||
// `std::vector<int>&` and `std::vector<int>*` work
|
||||
|
||||
metafunctiontable.push_back( { nullptr, nullptr } );
|
||||
ptrmetafunctiontable.push_back( { nullptr, nullptr } );
|
||||
metafunctiontable.push_back({ nullptr, nullptr });
|
||||
ptrmetafunctiontable.push_back({ nullptr, nullptr });
|
||||
}
|
||||
|
||||
template<typename... Args, typename... CArgs>
|
||||
|
|
Loading…
Reference in New Issue
Block a user