From 9ca45e21b8247fe6477b3dfb29d82b7c8602daac Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 27 Jan 2011 23:36:08 +0000 Subject: [PATCH] Eliminate extraneous {}; git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@124456 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/type_traits | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/type_traits b/include/type_traits index 5f968f316..345903e32 100644 --- a/include/type_traits +++ b/include/type_traits @@ -602,8 +602,6 @@ template struct _LIBCPP_VISIBLE is_abstract : public __libcpp_abstra template struct _LIBCPP_VISIBLE is_convertible : public integral_constant {}; -{ -}; #else // __clang__