diff --git a/include/boost/type_traits/is_empty.hpp b/include/boost/type_traits/is_empty.hpp index db9ead0..ce623e3 100644 --- a/include/boost/type_traits/is_empty.hpp +++ b/include/boost/type_traits/is_empty.hpp @@ -103,7 +103,7 @@ struct is_empty_impl cvt , ::boost::is_class::value , ::boost::is_convertible< r_type,int>::value - >::value || BOOST_INTERNAL_IS_EMPTY(cvt)); + >::value || BOOST_INTERNAL_IS_EMPTY(cvt))); }; #endif // BOOST_BORLANDC