Skip to content

Commit 30fcc90

Browse files
committed
ci
1 parent c12b802 commit 30fcc90

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

libcxx/include/ranges

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ namespace std {
425425

426426
# if _LIBCPP_STD_VER >= 20
427427
# include <__ranges/access.h>
428-
# include <__ranges/adjacent_view.h>
429428
# include <__ranges/all.h>
430429
# include <__ranges/common_view.h>
431430
# include <__ranges/concepts.h>
@@ -463,6 +462,7 @@ namespace std {
463462
# endif
464463

465464
# if _LIBCPP_STD_VER >= 23
465+
# include <__ranges/adjacent_view.h>
466466
# include <__ranges/as_rvalue_view.h>
467467
# include <__ranges/chunk_by_view.h>
468468
# include <__ranges/from_range.h>

libcxx/test/libcxx/transitive_includes/cxx23.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ random string
805805
random string_view
806806
random tuple
807807
random version
808+
ranges array
808809
ranges cctype
809810
ranges compare
810811
ranges concepts

libcxx/test/libcxx/transitive_includes/cxx26.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,7 @@ random string
788788
random string_view
789789
random tuple
790790
random version
791+
ranges array
791792
ranges cctype
792793
ranges compare
793794
ranges concepts

0 commit comments

Comments
 (0)