I am upgrading a project from using xalan 1.5 and xerces 2.1 to 1.6 and 2.3. I 
am running winxp, vc6 sp5. Stock xerces 2.3, but I have recompiled xalan 1.6 to 
link with STLPort.

In the sax handlers of my own project, I am getting warnings:

..\xerces-c_2_3_0-win32\include\xercesc/sax2/DefaultHandler.hpp(737) : warning 
C4673: throwing 'class xercesc_2_3::SAXParseException' the following types will 
not be considered at the catch site
..\xerces-c_2_3_0-win32\include\xercesc/sax2/DefaultHandler.hpp(737) : warning 
C4671: 'SAXParseException::SAXException::XMemory' : the copy constructor is 
inaccessible

These warning also occur in XMLReaderFactor.hpp, line 123.

I didn't get such warnings in xalan 1.5.

OK, I know what the warning means literally, but I don't know the implications 
in xalan -- if it's anything I should be concerned about.  Any advice?

Thanks,

Don




Reply via email to