From a11e127d4d0dfd63cc7cb72b00b3e3e182d92f39 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 3 Sep 2017 09:52:51 -0400 Subject: [PATCH] update single and remove traits from the right place properly --- single/sol/sol.hpp | 7 ++----- sol/container_traits.hpp | 3 --- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 48f94db8..c1a9d41d 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 2017-09-03 07:07:21.540122 UTC -// This header was generated with sol v2.18.2 (revision dd11514) +// Generated 2017-09-03 13:52:23.734893 UTC +// This header was generated with sol v2.18.2 (revision 1f64a7f) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -13066,9 +13066,6 @@ namespace sol { template using has_traits_insert = meta::boolean::value>; - template - using has_traits_insert = meta::boolean::value>; - template using has_traits_erase = meta::boolean::value>; diff --git a/sol/container_traits.hpp b/sol/container_traits.hpp index 97d8fdb2..72c1979d 100644 --- a/sol/container_traits.hpp +++ b/sol/container_traits.hpp @@ -307,9 +307,6 @@ namespace sol { template using has_traits_insert = meta::boolean::value>; - template - using has_traits_insert = meta::boolean::value>; - template using has_traits_erase = meta::boolean::value>;