Skip to content

Commit 8783c72

Browse files
huixie90ldionne
andauthored
Update libcxx/test/std/ranges/range.adaptors/range.zip.transform/types.h
Co-authored-by: Louis Dionne <[email protected]>
1 parent 3c8581d commit 8783c72

File tree

1 file changed

+1
-1
lines changed
  • libcxx/test/std/ranges/range.adaptors/range.zip.transform

1 file changed

+1
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.zip.transform/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#if TEST_STD_VER <= 20
2121
# error "range.zip.transform/types.h" can only be included in builds supporting C++20
22-
#endif // TEST_STD_VER <= 20
22+
#endif
2323

2424
struct IntView : std::ranges::view_base {
2525
int* begin() const;

0 commit comments

Comments
 (0)