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;