From d01d49aa7e44e74a661340ed9b0c0f53c86a4b91 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 29 Jul 2018 13:21:32 -0400 Subject: [PATCH] update single --- single/sol/sol.hpp | 9 ++++----- single/sol/sol_forward.hpp | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 8ca6296d..b7a925ba 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-07-23 14:58:57.359452 UTC -// This header was generated with sol v2.20.4 (revision d343264) +// Generated 2018-07-29 17:21:21.230864 UTC +// This header was generated with sol v2.20.4 (revision 71847ff) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -1196,6 +1196,7 @@ namespace sol { #include #include #include +#include #include #include @@ -4437,7 +4438,7 @@ namespace sol { static void construct(T&& obj, Args&&... args) { typedef meta::unqualified_t Tu; std::allocator alloc{}; - std::allocator_traits>::construct(alloc, obj, std::forward(args)...); + std::allocator_traits>::construct(alloc, std::forward(obj), std::forward(args)...); } template @@ -4553,8 +4554,6 @@ namespace sol { // beginning of sol/filters.hpp -#include - namespace sol { namespace detail { struct filter_base_tag {}; diff --git a/single/sol/sol_forward.hpp b/single/sol/sol_forward.hpp index 921609c0..343f8818 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-07-23 14:58:57.506417 UTC -// This header was generated with sol v2.20.4 (revision d343264) +// Generated 2018-07-29 17:21:21.574860 UTC +// This header was generated with sol v2.20.4 (revision 71847ff) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP