-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: CurrentCVS
-
Fix Version/s: None
-
Component/s: XalanC
-
Labels:None
A class that is used as an exception must have an accessible copy constructor, but XalanTranscodingServices::UnrepresentableCharacterException does not have one. This will lead to compilation errors on stricter compilers.
The attached patch fixes the issue.