cpprestsdk
cpprestsdk copied to clipboard
Remove uses of `stdext::checked_array_iterator`
This extension is deprecated long time ago and being removed now. It was suggested by at least one maintainer that we should just remove its uses instead of creating a non-deprecated copy.
The removal should also fix build errors due to deprecation/removal of stdext::checked_array_iterator.
Fixes #1768.