diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index a9806e1d..e8883be5 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-03-19 03:40:57.438213 UTC -// This header was generated with sol v2.19.5 (revision d14345f) +// Generated 2018-03-19 04:19:45.625468 UTC +// This header was generated with sol v2.19.5 (revision f50d8e2) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -930,7 +930,6 @@ namespace meta { typedef std::conditional_t::value, std::add_lvalue_reference_t, R> return_type; typedef return_type Arg; typedef T object_type; - typedef std::conditional_t::value, std::add_lvalue_reference_t, R> return_type; using signature_type = R(T::*); static const bool is_noexcept = false; static const bool is_member_function = false; diff --git a/single/sol/sol_forward.hpp b/single/sol/sol_forward.hpp index 8efd233a..b5c36b7a 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-03-19 03:40:57.670830 UTC -// This header was generated with sol v2.19.5 (revision d14345f) +// Generated 2018-03-19 04:19:45.849597 UTC +// This header was generated with sol v2.19.5 (revision f50d8e2) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP diff --git a/sol/bind_traits.hpp b/sol/bind_traits.hpp index 4cbc2325..77072455 100644 --- a/sol/bind_traits.hpp +++ b/sol/bind_traits.hpp @@ -510,7 +510,6 @@ namespace meta { typedef std::conditional_t::value, std::add_lvalue_reference_t, R> return_type; typedef return_type Arg; typedef T object_type; - typedef std::conditional_t::value, std::add_lvalue_reference_t, R> return_type; using signature_type = R(T::*); static const bool is_noexcept = false; static const bool is_member_function = false;