> I used std::string only within the class as local variables.

In fact, this std::string is in a derived class, namely
SoapFaultException class.
The base exception class do not use any std::string.

Also the implementation takes care of memory management with deep
copies which is a good approach.

Thanks,
Samisa...

Reply via email to