Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Solaris 2.8 SPARCompiler 4.2
Description
Please reslove "constness" of ALL parameters in methods (samples/PSVIWriter):
PSVIWriter::sendElementEmpty
PSVIWriterHandlers::sendElementValueInt
PSVIWriterHandlers::sendElementValue
PSVIWriterHandlers::sendIndentedElement
PSVIWriterHandlers::writeValue
They all fail compilation due to different declaration in class definition and method definition.
(e.g. one place they have parameter: "const some_type * const" in the other place like this: "const some_type *")
That's again not acceptable for strict/non-lenient compilers.