Eliminate extraneous {};

llvm-svn: 124456
This commit is contained in:
Douglas Gregor 2011-01-27 23:36:08 +00:00
parent 3fb22baddb
commit 59f5dc60d2
1 changed files with 0 additions and 2 deletions

View File

@ -602,8 +602,6 @@ template <class _Tp> struct _LIBCPP_VISIBLE is_abstract : public __libcpp_abstra
template <class _T1, class _T2> struct _LIBCPP_VISIBLE is_convertible
: public integral_constant<bool, __is_convertible_to(_T1, _T2)> {};
{
};
#else // __clang__