From 1f90b049f201c9278981704362d1c8caf95cb5b6 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Fri, 9 Nov 2018 09:41:44 -0800 Subject: [PATCH] cut off containers if they are not specialization --- single/sol/sol.hpp | 5 +++-- single/sol/sol_forward.hpp | 4 ++-- sol/stack_get_qualified.hpp | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 42cecba1..d66c2b53 100644 --- a/single/sol/sol.hpp +++ b/single/sol/sol.hpp @@ -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 2018-10-28 14:26:05.925454 UTC -// This header was generated with sol v2.20.4 (revision a19a5a3) +// Generated 2018-11-09 17:41:04.453384 UTC +// This header was generated with sol v2.20.4 (revision 47bbe98) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -10077,6 +10077,7 @@ namespace stack { struct qualified_getter::value && is_container>::value + && std::is_default_constructible>::value && !is_lua_primitive::value && !is_transparent_argument::value >> { diff --git a/single/sol/sol_forward.hpp b/single/sol/sol_forward.hpp index 11984fa8..f4f3d79d 100644 --- a/single/sol/sol_forward.hpp +++ b/single/sol/sol_forward.hpp @@ -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 2018-10-28 14:26:06.124383 UTC -// This header was generated with sol v2.20.4 (revision a19a5a3) +// Generated 2018-11-09 17:41:04.668612 UTC +// This header was generated with sol v2.20.4 (revision 47bbe98) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/sol/stack_get_qualified.hpp b/sol/stack_get_qualified.hpp index bcdd8110..447e5e75 100644 --- a/sol/stack_get_qualified.hpp +++ b/sol/stack_get_qualified.hpp @@ -52,6 +52,7 @@ namespace stack { struct qualified_getter::value && is_container>::value + && std::is_default_constructible>::value && !is_lua_primitive::value && !is_transparent_argument::value >> {