Skip to content

Commit

Permalink
LWG-3880: Clarify operator+= complexity for `{chunk,stride}_view::i…
Browse files Browse the repository at this point in the history
…terator` (#3554)
  • Loading branch information
JMazurkiewicz committed Mar 14, 2023
1 parent 4907ba6 commit 8eb3a06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stl/inc/ranges
Original file line number Diff line number Diff line change
Expand Up @@ -6682,7 +6682,6 @@ namespace ranges {
}
#endif // _ITERATOR_DEBUG_LEVEL != 0

// Per to-be-filed LWG issue (See GH-2995)
if constexpr (sized_sentinel_for<_Base_sentinel, _Base_iterator>) {
_Missing = _RANGES advance(_Current, _Count * _Off, _End);
} else {
Expand Down Expand Up @@ -7642,7 +7641,6 @@ namespace ranges {
}
#endif // _ITERATOR_DEBUG_LEVEL != 0

// Per to-be-filed LWG issue (See GH-2995)
if constexpr (sized_sentinel_for<_Base_sentinel, _Base_iterator>) {
_Missing = _RANGES advance(_Current, _Stride * _Off, _End);
} else {
Expand Down

0 comments on commit 8eb3a06

Please sign in to comment.