diff --git a/include/sol/types.hpp b/include/sol/types.hpp index 5f48ef04..c896e2d0 100644 --- a/include/sol/types.hpp +++ b/include/sol/types.hpp @@ -1335,7 +1335,7 @@ namespace sol { template struct is_automagical : std::integral_constant> && !std::is_same_v, state> && !std::is_same_v, state_view>> {}; + std::is_array_v> || !std::is_same_v, state> || !std::is_same_v, state_view>> {}; template inline type type_of() { diff --git a/single/include/sol/forward.hpp b/single/include/sol/forward.hpp index 03ae9dfa..cb167d9c 100644 --- a/single/include/sol/forward.hpp +++ b/single/include/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 2019-04-05 01:32:37.193318 UTC -// This header was generated with sol v3.0.1-beta2 (revision 7e71897) +// Generated 2019-04-05 02:47:40.154863 UTC +// This header was generated with sol v3.0.1-beta2 (revision 83f702b) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/single/include/sol/sol.hpp b/single/include/sol/sol.hpp index 50c2edc6..4d0b9afc 100644 --- a/single/include/sol/sol.hpp +++ b/single/include/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 2019-04-05 01:32:35.413302 UTC -// This header was generated with sol v3.0.1-beta2 (revision 7e71897) +// Generated 2019-04-05 02:47:39.333872 UTC +// This header was generated with sol v3.0.1-beta2 (revision 83f702b) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -7463,7 +7463,7 @@ namespace sol { template struct is_automagical : std::integral_constant> && !std::is_same_v, state> && !std::is_same_v, state_view>> {}; + std::is_array_v> || !std::is_same_v, state> || !std::is_same_v, state_view>> {}; template inline type type_of() {