Jean-Philippe Barrette-LaPierre wrote: > On 6-Feb-08, at 5:04 PM, Piotr Niemcunowicz wrote: > > >> Great, please review attached patch, it should settle both things :) >> >> > > The patch wasn't enough for me. I don't like the STL containers of > pointers. To much > to manage. So, I did something like a container of clone_ptr
What about using boost::ptr_list? It keeps only pointers and owns them. But this would add dependency on boost, so I`m not sure if it`s an acceptable solution (for me, it`s ok). _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
