File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -324,8 +324,6 @@ template<class T, class charT> requires is-vector-bool-reference<T> // Since C++
324
324
#include < __config>
325
325
#include < __debug_utils/sanitizers.h>
326
326
#include < __format/enable_insertable.h>
327
- #include < __format/formatter.h>
328
- #include < __format/formatter_bool.h>
329
327
#include < __functional/hash.h>
330
328
#include < __functional/unary_function.h>
331
329
#include < __fwd/vector.h>
@@ -391,6 +389,11 @@ template<class T, class charT> requires is-vector-bool-reference<T> // Since C++
391
389
#include < compare>
392
390
#include < initializer_list>
393
391
392
+ #if _LIBCPP_STD_VER >= 23
393
+ # include < __format/formatter.h>
394
+ # include < __format/formatter_bool.h>
395
+ #endif
396
+
394
397
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
395
398
# pragma GCC system_header
396
399
#endif
You can’t perform that action at this time.
0 commit comments