diff options
author | Adrian Kummerlaender | 2014-06-14 18:22:02 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-06-14 18:22:02 +0200 |
commit | 58d3e1b8d03a10594e13658b50545fd714c04f6d (patch) | |
tree | 8e137bfe7837cda7ec4314f51662c94c1e83f469 /src/function/transform.cc | |
parent | 2b484dc0d93e7577ceb153fb8c6114aaaa03d79a (diff) | |
download | InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.tar InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.tar.gz InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.tar.bz2 InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.tar.lz InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.tar.xz InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.tar.zst InputXSLT-58d3e1b8d03a10594e13658b50545fd714c04f6d.zip |
Changed Base::callConstructDocument sequence parameter to std::size_t
* "unsigned" type led to a compiler error on 64bit systems
** the Sequence template uses std::size_t which resolves to "unsigned long" instead of "unsigned int" on 64bit systems
** as "unsigned" is resolved to "unsigned int" by the compiler this situation produced a type conflict
* added recommendation for using a xalan library version built with ICU flags to README.md
** otherwise e.g. the "format-number" function is not fully supported
Diffstat (limited to 'src/function/transform.cc')
0 files changed, 0 insertions, 0 deletions