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 3d72c44 commit 472b612Copy full SHA for 472b612
libcxx/include/__format/format_arg.h
@@ -19,6 +19,7 @@
19
#include <__fwd/format.h>
20
#include <__memory/addressof.h>
21
#include <__type_traits/conditional.h>
22
+#include <__type_traits/remove_const.h>
23
#include <__utility/forward.h>
24
#include <__utility/move.h>
25
#include <__utility/unreachable.h>
libcxx/include/__type_traits/remove_cv.h
@@ -10,8 +10,6 @@
10
#define _LIBCPP___TYPE_TRAITS_REMOVE_CV_H
11
12
#include <__config>
13
-#include <__type_traits/remove_const.h>
14
-#include <__type_traits/remove_volatile.h>
15
16
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
17
# pragma GCC system_header
0 commit comments