Skip to content

Commit b0c1a84

Browse files
Zingamfrederick-vs-ja
authored andcommitted
Update libcxx/modules/std/ranges.inc
Co-authored-by: A. Jiang <[email protected]>
1 parent 35c8579 commit b0c1a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/modules/std/ranges.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export namespace std {
114114

115115
namespace views {
116116
using std::ranges::views::iota;
117-
#if _LIBCPP_STD_VER >= 23
117+
#if _LIBCPP_STD_VER >= 26
118118
using std::ranges::views::indices;
119119
#endif
120120
} // namespace views

0 commit comments

Comments
 (0)