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
Please register to edit this issue
Actions