Skip to content

Update exercise9_43.cpp#67

Open
samcw wants to merge 1 commit intohuangmingchuan:masterfrom
samcw:master
Open

Update exercise9_43.cpp#67
samcw wants to merge 1 commit intohuangmingchuan:masterfrom
samcw:master

Conversation

@samcw
Copy link
Copy Markdown

@samcw samcw commented Aug 11, 2020

Change the condition, from curr != s.end() - oldVal.size() to curr <= s.end() - oldVal.size().

Change the condition, from `curr != s.end() - oldVal.size()` to `curr <= s.end() - oldVal.size()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant