[libcxx-commits] [PATCH] D126609: [libc++] Add missing includes in __type_traits/is_unsigned.h
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 29 02:13:12 PDT 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGebb6f3ce370c: [libc++] Adds missing includes. (authored by Mordante).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126609/new/
https://reviews.llvm.org/D126609
Files:
libcxx/include/__type_traits/is_unsigned.h
Index: libcxx/include/__type_traits/is_unsigned.h
===================================================================
--- libcxx/include/__type_traits/is_unsigned.h
+++ libcxx/include/__type_traits/is_unsigned.h
@@ -11,6 +11,8 @@
#include <__config>
#include <__type_traits/integral_constant.h>
+#include <__type_traits/is_arithmetic.h>
+#include <__type_traits/is_integral.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
# pragma GCC system_header
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126609.432770.patch
Type: text/x-patch
Size: 463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220529/3fa44b63/attachment.bin>
More information about the libcxx-commits
mailing list