Brad


Brad Hubbard wrote:

> I have no concerns with how this is handled in the examples. There are
> some of these calls within the curlpp code itself though aren't there
> (memset, etc.)?

Good question :) 
As to memset there are only 3 of it, all in CurlHandle.cpp. As this is only 
implementation file so there's no fear about polluting namespaces. I think the 
same is with the rest but someone should check it.

By the way there's other problem, however. As we now include c headers in 
c++style <cxxx> we should either qualify memset and others from c library with 
std:: or write using directive on top of source files...
I'll try to fix it.

> Where can I download the latest version incorporating Bob's changes and
> I will attempt to compile it under 4.3.0 and report back?

Great. You can grab it here 
http://www.bitbucket.org/jpbarrette/curlpp/overview/
Click download in the top right corner of the page.

Regards
Piotr Dobrogost
_______________________________________________
cURLpp mailing list
[email protected]
http://www.rrette.com/mailman/listinfo/curlpp

Reply via email to