We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb387b commit a2cd12cCopy full SHA for a2cd12c
libcxx/include/__vector/vector.h
@@ -51,6 +51,7 @@
51
#include <__type_traits/is_constructible.h>
52
#include <__type_traits/is_nothrow_assignable.h>
53
#include <__type_traits/is_nothrow_constructible.h>
54
+#include <__type_traits/is_pointer.h>
55
#include <__type_traits/is_same.h>
56
#include <__type_traits/is_trivially_relocatable.h>
57
#include <__type_traits/type_identity.h>
0 commit comments