Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.11
-
Windows with VS2015
-
Patch, Important
Description
Xerces-C++ 3.2.0 will allow XMLChar to be char16_t instead of wchar_t on a compiler with C++11 support such as VS2015. The attached patch is required to fix a few places in the Xalan-C sources where implicit wchar_t to XalanDOMChar* conversions were used without casts.