Piotr,

The following patch allows everything except the examples to compile 
under 4.3.0;


24d23
< #include <cstring>
48c47
<               std::memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
---
 >               memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
61c60
<               std::memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
---
 >               memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
70c69
<               std::memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);
---
 >               memset(mErrorBuffer,0,CURL_ERROR_SIZE + 1);


I can do the same for the examples if you wish, but it will have to wait 
a while as I am busy with another project currently. Alternatively, if 
you want to modify the examples along those lines and let me know I will 
download and test the modified  source.

Kind regards,
Brad
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to