From cb9216b908de7f7088b9135b6c7453cb0efb9be7 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 13 Sep 2019 20:30:45 +0000 Subject: [PATCH] Fix C++03 build failures due to >> llvm-svn: 371894 --- libcxx/include/type_traits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/include/type_traits b/libcxx/include/type_traits index 7dc5de7..ee17824 100644 --- a/libcxx/include/type_traits +++ b/libcxx/include/type_traits @@ -509,7 +509,7 @@ struct _Lazy : _Func<_Args...> {}; // Member detector base -template