Add missing ).

Fixes https://github.com/boostorg/type_traits/issues/150.
This commit is contained in:
jzmaddock
2020-12-25 16:55:55 +00:00
parent c6c7ff1647
commit 59951c1853

View File

@ -103,7 +103,7 @@ struct is_empty_impl
cvt
, ::boost::is_class<T>::value
, ::boost::is_convertible< r_type,int>::value
>::value || BOOST_INTERNAL_IS_EMPTY(cvt));
>::value || BOOST_INTERNAL_IS_EMPTY(cvt)));
};
#endif // BOOST_BORLANDC