Skip to content

Commit e2ec7a4

Browse files
committed
Update comment (remove zero width space)
1 parent 79ad837 commit e2ec7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.drop/begin.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ constexpr bool test() {
8484
{
8585
// non-common non-simple view,
8686
// The wording of the standard is:
87-
// Returns: ranges​::​next(ranges​::​begin(base_), count_, ranges​::​end(base_))
87+
// Returns: ranges::next(ranges::begin(base_), count_, ranges::end(base_))
8888
// Note that "Returns" is used here, meaning that we don't have to do it this way.
8989
// In fact, this will use ranges::advance that has O(n) on non-common range.
9090
// but [range.range] requires "amortized constant time" for ranges::begin and ranges::end

0 commit comments

Comments
 (0)