[ http://issues.apache.org/jira/browse/XALANC-496?page=comments#action_63909 ] Dmitry Hayes commented on XALANC-496: -------------------------------------
Some older compilers (VC6 if I remember correct) doesn't accept initialization live value(), if the value is a POD class > Glitches in header files > ------------------------ > > Key: XALANC-496 > URL: http://issues.apache.org/jira/browse/XALANC-496 > Project: XalanC > Type: Bug > Components: XalanC > Versions: CurrentCVS > Reporter: David Bertoni > Attachments: patch.txt > > There is a bug in the file XalanMemoryManagement.hpp, in the > ConstructValueWithNoMemoryManager, because the constructor for the value data > member is not explicit. For POD types, that means no default > inititialization, which is a problem in some cases. > Also, there is a glitch in the header file XalanVector.hpp. > A patch is attached. Committers, can you pleaser review? -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
