Actions
Bug #2636
closedXdmValue.h: ISO C++ forbids initialization of member valueType
Start date:
2016-02-22
Due date:
% Done:
100%
Estimated time:
Applies to branch:
Fix Committed on Branch:
Fixed in Maintenance Release:
Found in version:
1.0.0
Fixed in version:
1.0.1
SaxonC Languages:
SaxonC Platforms:
SaxonC Architecture:
Description
C++ build fails under some compilers due to the variable valueType being initialized as NULL:
XdmValue.h:183: error: ISO C++ forbids initialization of member 'valueType'
Same problem was found in XdmNode.h for the variables parent, children, nodeName and attrValues
Updated by O'Neil Delpratt over 8 years ago
- Status changed from New to In Progress
Workaround is to remove the NULL assignments in the file XdmValue.h and XdmNode.h
Updated by O'Neil Delpratt over 8 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Bug fix committed to subversion and available for next maintenance release
Updated by O'Neil Delpratt over 8 years ago
- Status changed from Resolved to Closed
- Fixed in version set to 1.0.1
Bug fix applied in the Saxon/C 1.0.1 maintenance release.
Please register to edit this issue
Actions