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.