On Mon, 2002-11-04 at 17:32, Tinny Ng wrote: > > > > The proposal did seem to say that a non-versioned namespace name could > > be used to refer to the latest version, so I don't think this would be > > visible to you unless you want to use that functionality. > > > Right. That's exactly what I meant, thanks a lot Murray! > > BTW just one typo correction, for > namespace xercesc = XERCES_CPP_NAMESPACE; > > I should use the macro XERCES_PRODUCT instead of hardcoding the "xercesc" in > this statement, i.e. it should be: > namespace XERCES_PRODUCT = XERCES_CPP_NAMESPACE; > > where XERCES_PRODUCT was defined in XercesVersion.hpp.
1. I hope you can do this without using a macro. 2. namespaces don't tend to be uppercase. For instance, std, boost. -- Murray Cumming [EMAIL PROTECTED] www.murrayc.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
