Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update libcxx/test/std/ranges/range.adaptors/range.zip.transform/types.h
Co-authored-by: Louis Dionne <[email protected]>
  • Loading branch information
huixie90 and ldionne committed Jul 19, 2025
commit f1b2c427bc029926964e83c3d682e637cfd0a209
Comment thread
huixie90 marked this conversation as resolved.
Outdated
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

struct IntView : std::ranges::view_base {
int* begin() const;
Expand Down