From 1f64a7f1e3ed3c47f5f4b6af0d7e6b4392af0d05 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 3 Sep 2017 03:07:40 -0400 Subject: [PATCH] update single --- single/sol/sol.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 1596e003..48f94db8 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-01 01:02:04.624150 UTC -// This header was generated with sol v2.18.2 (revision 54bcda1) +// Generated 2017-09-03 07:07:21.540122 UTC +// This header was generated with sol v2.18.2 (revision dd11514) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -13066,6 +13066,9 @@ 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>;