Actions
Bug #2636
closed

XdmValue.h: ISO C++ forbids initialization of member valueType
Start date:
2016-02-22
Due date:
% Done:
100%
Estimated time:
Found in version:
1.0.0
Fixed in version:
1.0.1
Platforms:
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