forked from boostorg/type_traits
Add missing ).
Fixes https://github.com/boostorg/type_traits/issues/150.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user