We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ad837 commit e2ec7a4Copy full SHA for e2ec7a4
libcxx/test/std/ranges/range.adaptors/range.drop/begin.pass.cpp
@@ -84,7 +84,7 @@ constexpr bool test() {
84
{
85
// non-common non-simple view,
86
// The wording of the standard is:
87
- // Returns: ranges::next(ranges::begin(base_), count_, ranges::end(base_))
+ // Returns: ranges::next(ranges::begin(base_), count_, ranges::end(base_))
88
// Note that "Returns" is used here, meaning that we don't have to do it this way.
89
// In fact, this will use ranges::advance that has O(n) on non-common range.
90
// but [range.range] requires "amortized constant time" for ranges::begin and ranges::end
0 commit comments