Skip to content

Commit 7d3abdf

Browse files
committed
remove non ascii
1 parent c8e503b commit 7d3abdf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.zip.transform/iterator/deref.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "../types.h"
1818

1919
// Test noexcept
20-
// Remarks: Let Is be the pack 0, 1, , (sizeof...(Views)-1). The exception specification is equivalent to:
20+
// Remarks: Let Is be the pack 0, 1, ..., (sizeof...(Views)-1). The exception specification is equivalent to:
2121
// noexcept(invoke(*parent_->fun_, *std::get<Is>(inner_.current_)...)).
2222

2323
template <class ZipTransformView>

0 commit comments

Comments
 (0)