move everything back.... again!

This commit is contained in:
ThePhD 2019-01-26 03:26:38 -05:00
parent e63f8405ce
commit 0c095d4090
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
2 changed files with 12 additions and 4 deletions

View File

@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// This file was generated with a script.
// Generated 2019-01-14 12:36:40.331405 UTC
// This header was generated with sol v2.20.6 (revision d990958)
// Generated 2019-01-26 08:24:35.370911 UTC
// This header was generated with sol v2.20.6 (revision e63f840)
// https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_HPP
@ -13717,6 +13717,14 @@ namespace sol {
}
};
template <typename T, typename Y, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename C>
struct lua_call_wrapper<T, yielding_t<Y>, is_index, is_variable, checked, boost, clean_stack, C> {
template <typename F>
static int call(lua_State* L, F&& f) {
return lua_call_wrapper<T, meta::unqualified_t<Y>, is_index, is_variable, checked, boost, clean_stack>{}.call(L, f.func);
}
};
template <typename T, typename Sig, typename P, bool is_index, bool is_variable, bool checked, int boost, bool clean_stack, typename C>
struct lua_call_wrapper<T, function_arguments<Sig, P>, is_index, is_variable, checked, boost, clean_stack, C> {
template <typename F>

View File

@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// This file was generated with a script.
// Generated 2019-01-14 12:36:41.033556 UTC
// This header was generated with sol v2.20.6 (revision d990958)
// Generated 2019-01-26 08:24:35.663196 UTC
// This header was generated with sol v2.20.6 (revision e63f840)
// https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP