Hi There is a problem with FormPart base class. It's polymorphic and we can make copies of objects of type FormPart* or FormPart& using the virtual clone() method but there is neither Copy Constructor nor Assignment Operator defined. It looks line we need to implement solution described in item 33 from "More Effecive C++" by Scott Meyers. What do you think?
Regards Piotr Dobrogost _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
