Hi I am using xerces 2.2. When I compile using xlC3 I get the following warning: BaseRefVector.hpp line 79.12 (W) A pure virtual destructor needs an out-of-line definition in order for its class to be base of another class. (I) The previous message applies to the definition of template "BaseRefVectorOf<unsigned short>".
The referenced line in my code is: BaseRefVectorOf<XMLCh>* vec = XMLString::tokenizeString(string); When changing BaseRefVectorOf.hpp line 79 so " virtual ~BaseRefVectorOf() = 0;" will not be PURE virtual (I.e. delete the =0), I don't get the warning. Is there a solution instead of changing the hpp file? Thanks Ilan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
