-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
documentationRelated to documentation or commentsRelated to documentation or commentsfixedSomething works now, yay!Something works now, yay!good first issueGood for newcomersGood for newcomers
Description
LWG-3912 has been voted into the standard, so we should remove the following /* strengthened */ comment.
Code:
Lines 6126 to 6129 in 15aea98
| _NODISCARD_FRIEND constexpr difference_type operator-( | |
| const _Iterator& _Left, const _Iterator& _Right) noexcept /* strengthened */ { | |
| return _Left._Pos - _Right._Pos; | |
| } |
Please feel free to submit a pull request if there isn't one already linked here - no need to ask for permission! 😸
You can (and should) link your pull request to this issue using GitHub's close/fix/resolve syntax.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationRelated to documentation or commentsRelated to documentation or commentsfixedSomething works now, yay!Something works now, yay!good first issueGood for newcomersGood for newcomers