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 cb91be2 commit 1c9de5aCopy full SHA for 1c9de5a
libcxx/include/__atomic/atomic.h
@@ -23,6 +23,7 @@
23
#include <__type_traits/is_integral.h>
24
#include <__type_traits/is_nothrow_constructible.h>
25
#include <__type_traits/is_same.h>
26
+#include <__type_traits/is_trivially_copyable.h>
27
#include <__type_traits/remove_const.h>
28
#include <__type_traits/remove_pointer.h>
29
#include <__type_traits/remove_volatile.h>
libcxx/include/__atomic/support.h
@@ -10,7 +10,6 @@
10
#define _LIBCPP___ATOMIC_SUPPORT_H
11
12
#include <__config>
13
-#include <__type_traits/is_trivially_copyable.h>
14
15
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
16
# pragma GCC system_header
0 commit comments