From f21d8f51e7ce132692f64270390ffe0219b994b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Sun, 18 Jan 2015 20:22:22 +0100 Subject: [PATCH] Use is_class in is_empty_nonintrinsic. --- include/boost/move/detail/type_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/move/detail/type_traits.hpp b/include/boost/move/detail/type_traits.hpp index 11b0478..ffae853 100644 --- a/include/boost/move/detail/type_traits.hpp +++ b/include/boost/move/detail/type_traits.hpp @@ -679,7 +679,7 @@ struct empty_helper_t1 : public T struct empty_helper_t2 { int i[256]; }; -template +template ::value > struct is_empty_nonintrinsic { static const bool value = false;