DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25727>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25727 namespace macros not used Summary: namespace macros not used Product: Xerces-C++ Version: 2.4.0 Platform: All URL: http://xml.apache.org/xerces-c/program- others.html#CPPNamespace OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Documentation AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Documentation uses old-style // indicate using Xerces-C++ namespace in general using namespace xercesc; // need to properly scope any forward declarations namespace xercesc { class AttributeList; } instead of using newer XERCES_CPP_NAMESPACE* macros. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
