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 2c7e7b5 commit 0cceac6Copy full SHA for 0cceac6
libcxx/include/__concepts/class_or_enum.h
@@ -13,7 +13,6 @@
13
#include <__type_traits/is_class.h>
14
#include <__type_traits/is_enum.h>
15
#include <__type_traits/is_union.h>
16
-#include <__type_traits/remove_cvref.h>
17
18
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
19
# pragma GCC system_header
libcxx/include/__concepts/swappable.h
@@ -22,7 +22,6 @@
22
#include <__utility/exchange.h>
23
#include <__utility/forward.h>
24
#include <__utility/move.h>
25
-#include <__utility/swap.h>
26
27
28
0 commit comments