-
Notifications
You must be signed in to change notification settings - Fork 425
Use std::array::const_iterator instead of raw char pointer. #652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use std::array::const_iterator instead of raw char pointer. #652
Conversation
This might address #651. |
LGTM I think this should do it. Let's cross our fingers and hope it does... There are a few duplicate issues too so we should probably triage those and merge into a single one. |
This is not a complete fix. Compiling, for example, the
It looks like Below is a diff (against the
|
Thanks @sneves -- can you please send a pull request instead of in-lining a patch? Would appreciate it very much. |
Well, I'm not sure a pull request is warranted. That patch does get you to a successful compilation, but the HTTP client tests ( It appears that the assumption |
any update on this? |
@yuyoyuppe Unfortunately I haven't had time to work on this. If you can, I'd certainly appreciate a pull request and I'll review it. |
There was a mismatch in the iterator type. I don't have access to VS2015, so it is as yet untested.