From 92b69215e63a3303a5e904ab332e2eec236e0ed2 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Mon, 16 Aug 2021 23:30:18 -0700 Subject: update libcxx, libcxxabi, libunwind, and tsan to llvm 13 rc1 --- lib/libcxx/include/array | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'lib/libcxx/include/array') diff --git a/lib/libcxx/include/array b/lib/libcxx/include/array index 9a479f7cd1..022172b86e 100644 --- a/lib/libcxx/include/array +++ b/lib/libcxx/include/array @@ -109,25 +109,22 @@ template const T&& get(const array&&) noexce */ #include <__config> +#include <__debug> #include <__tuple> -#include -#include -#include #include -#include #include // for _LIBCPP_UNREACHABLE +#include +#include +#include +#include #include -#include <__debug> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif - - _LIBCPP_BEGIN_NAMESPACE_STD - template struct _LIBCPP_TEMPLATE_VIS array { @@ -520,4 +517,4 @@ to_array(_Tp(&&__arr)[_Size]) noexcept(is_nothrow_move_constructible_v<_Tp>) { _LIBCPP_END_NAMESPACE_STD -#endif // _LIBCPP_ARRAY +#endif // _LIBCPP_ARRAY -- cgit v1.2.3