mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
We no longer need the register_into(const table& s)
function: removing~
This commit is contained in:
parent
06bda13c86
commit
be839bdcd2
|
@ -144,8 +144,6 @@ public:
|
|||
template<typename... Args, typename... CArgs>
|
||||
userdata(const char* name, constructors<CArgs...> c, Args&&... args) :
|
||||
userdata(std::string(name), std::move(c), std::forward<Args>(args)...) {}
|
||||
|
||||
void register_into(const table& s) {}
|
||||
};
|
||||
} // sol
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user