From 3a4e74d316a135ab7044c81e59f0d436e5ed5a7f Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sun, 27 Aug 2017 02:11:03 -0400 Subject: [PATCH] fix clang errors on forward declarations --- single/sol/sol.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/single/sol/sol.hpp b/single/sol/sol.hpp index 055ddaef..3498b9fa 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-08-27 04:40:46.804312 UTC -// This header was generated with sol v2.18.0 (revision a396792) +// Generated 2017-08-27 06:10:15.120314 UTC +// This header was generated with sol v2.18.1 (revision 64baf6e) // https://github.com/ThePhD/sol2 #ifndef SOL_SINGLE_INCLUDE_HPP @@ -4903,6 +4903,10 @@ namespace sol { template struct is_lua_primitive : std::true_type {}; + template <> + struct is_lua_primitive : std::true_type {}; + template <> + struct is_lua_primitive : std::true_type {}; template struct is_lua_primitive> : std::true_type { }; template