From f18bcedd466650d8bff3dc3696d84780b550c720 Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 9 Aug 2014 05:26:30 -0700 Subject: [PATCH] has_deducible versus is_class --- sol/traits.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sol/traits.hpp b/sol/traits.hpp index ff5c131e..408c5451 100644 --- a/sol/traits.hpp +++ b/sol/traits.hpp @@ -143,9 +143,7 @@ struct is_function_impl { static const bool value = sizeof(test(0)) == sizeof(yes); }; -} // detail -namespace detail { template struct check_deducible_signature { template @@ -167,7 +165,7 @@ template struct Function : Bool::value> {}; namespace detail { -template::value> +template::value> struct fx_traits; template