|
107 | 107 |
|
108 | 108 | */ |
109 | 109 |
|
110 | | -#include <__config> |
111 | | -#include <__cstddef/nullptr_t.h> |
112 | | -#include <__cstddef/size_t.h> |
113 | | -#include <__functional/operations.h> |
114 | | -#include <__fwd/functional.h> |
115 | | -#include <__type_traits/conditional.h> |
116 | | -#include <__type_traits/decay.h> |
117 | | -#include <__type_traits/enable_if.h> |
118 | | -#include <__type_traits/is_array.h> |
119 | | -#include <__type_traits/is_constructible.h> |
120 | | -#include <__type_traits/is_convertible.h> |
121 | | -#include <__type_traits/is_function.h> |
122 | | -#include <__type_traits/is_pointer.h> |
123 | | -#include <__type_traits/is_reference.h> |
124 | | -#include <__type_traits/is_same.h> |
125 | | -#include <__type_traits/is_swappable.h> |
126 | | -#include <__type_traits/remove_cv.h> |
127 | | -#include <__type_traits/remove_pointer.h> |
128 | | -#include <__type_traits/remove_reference.h> |
129 | | -#include <__utility/declval.h> |
130 | | -#include <__utility/forward.h> |
131 | | -#include <__utility/move.h> |
132 | | -#include <__utility/swap.h> |
133 | | -#include <version> |
134 | | - |
135 | | -#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
136 | | -# pragma GCC system_header |
137 | | -#endif |
| 110 | +#if 0 |
| 111 | +#else // 0 |
| 112 | +# include <__config> |
| 113 | +# include <__cstddef/nullptr_t.h> |
| 114 | +# include <__cstddef/size_t.h> |
| 115 | +# include <__functional/operations.h> |
| 116 | +# include <__fwd/functional.h> |
| 117 | +# include <__type_traits/conditional.h> |
| 118 | +# include <__type_traits/decay.h> |
| 119 | +# include <__type_traits/enable_if.h> |
| 120 | +# include <__type_traits/is_array.h> |
| 121 | +# include <__type_traits/is_constructible.h> |
| 122 | +# include <__type_traits/is_convertible.h> |
| 123 | +# include <__type_traits/is_function.h> |
| 124 | +# include <__type_traits/is_pointer.h> |
| 125 | +# include <__type_traits/is_reference.h> |
| 126 | +# include <__type_traits/is_same.h> |
| 127 | +# include <__type_traits/is_swappable.h> |
| 128 | +# include <__type_traits/remove_cv.h> |
| 129 | +# include <__type_traits/remove_pointer.h> |
| 130 | +# include <__type_traits/remove_reference.h> |
| 131 | +# include <__utility/declval.h> |
| 132 | +# include <__utility/forward.h> |
| 133 | +# include <__utility/move.h> |
| 134 | +# include <__utility/swap.h> |
| 135 | +# include <version> |
| 136 | + |
| 137 | +# if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) |
| 138 | +# pragma GCC system_header |
| 139 | +# endif |
138 | 140 |
|
139 | 141 | _LIBCPP_PUSH_MACROS |
140 | | -#include <__undef_macros> |
| 142 | +# include <__undef_macros> |
141 | 143 |
|
142 | | -#if _LIBCPP_STD_VER >= 14 |
| 144 | +# if _LIBCPP_STD_VER >= 14 |
143 | 145 |
|
144 | 146 | _LIBCPP_BEGIN_NAMESPACE_LFTS_V2 |
145 | 147 |
|
@@ -481,13 +483,14 @@ struct greater_equal<experimental::propagate_const<_Tp>> { |
481 | 483 |
|
482 | 484 | _LIBCPP_END_NAMESPACE_STD |
483 | 485 |
|
484 | | -#endif // _LIBCPP_STD_VER >= 14 |
| 486 | +# endif // _LIBCPP_STD_VER >= 14 |
485 | 487 |
|
486 | 488 | _LIBCPP_POP_MACROS |
487 | 489 |
|
488 | | -#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 |
489 | | -# include <cstddef> |
490 | | -# include <type_traits> |
491 | | -#endif |
| 490 | +# if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20 |
| 491 | +# include <cstddef> |
| 492 | +# include <type_traits> |
| 493 | +# endif |
| 494 | +#endif // 0 |
492 | 495 |
|
493 | 496 | #endif // _LIBCPP_EXPERIMENTAL_PROPAGATE_CONST |
0 commit comments