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++
324324#include < __config>
325325#include < __debug_utils/sanitizers.h>
326326#include < __format/enable_insertable.h>
327- #include < __format/formatter.h>
328- #include < __format/formatter_bool.h>
329327#include < __functional/hash.h>
330328#include < __functional/unary_function.h>
331329#include < __fwd/vector.h>
@@ -391,6 +389,11 @@ template<class T, class charT> requires is-vector-bool-reference<T> // Since C++
391389#include < compare>
392390#include < initializer_list>
393391
392+ #if _LIBCPP_STD_VER >= 23
393+ # include < __format/formatter.h>
394+ # include < __format/formatter_bool.h>
395+ #endif
396+
394397#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
395398# pragma GCC system_header
396399#endif
You can’t perform that action at this time.
0 commit comments