DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29614>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29614 gcc 3.4 is stricter - need typename in XalanArrayAllocator.hpp Summary: gcc 3.4 is stricter - need typename in XalanArrayAllocator.hpp Product: XalanC Version: 1.8 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] There was a compile error using gcc/3.4.0. Presumably this is just a warning with older gcc versions. Line 173 of src/xalanc/PlatformSupport/XalanArrayAllocator.hpp should have a "typename" inserted to read: theNewEntry.second.resize(theBlockSize, typename VectorType::value_type(0)); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
