Cpp_Primer_Answers icon indicating copy to clipboard operation
Cpp_Primer_Answers copied to clipboard

Update exercise9_43.cpp

Open samcw opened this issue 4 years ago • 0 comments

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

samcw avatar Aug 11 '20 07:08 samcw