You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2003/01/29 11:15:33 UTC

DO NOT REPLY [Bug 16534] New: - XalanTransformer/XalanCAPI.cpp - uses strstream instead sstream

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16534>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16534

XalanTransformer/XalanCAPI.cpp - uses strstream instead sstream

           Summary: XalanTransformer/XalanCAPI.cpp - uses strstream instead
                    sstream
           Product: XalanC
           Version: 1.4.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: XalanC
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: per@computer.org


See excerpt from build below. This was a build of the 20030128183339 
cvs snapshot.

-------------
/usr/local/bin/g++ -O2 -DNDEBUG      -Wall -fno-elide-constructors -fPIC -DLINUX
-D_REENTRANT  -c -I/usr/src/packages/SOURCES/xml-xalan/c/src
-I/usr/src/packages/SOURCES/xml-xerces/c/src/
-I/usr/src/packages/SOURCES/xml-xerces/c/include/xercesc
-I/usr/src/packages/SOURCES/xml-xerces/c/include/  -o
/usr/src/packages/SOURCES/xml-xalan.20030128183339/c/src/obj/XalanCAPI.o
/usr/src/packages/SOURCES/xml-xalan/c/src/XalanTransformer/XalanCAPI.cpp
In file included from /usr/local/include/c++/3.2.1/backward/strstream:51,
                 from
/usr/src/packages/SOURCES/xml-xalan/c/src/XalanTransformer/XalanCAPI.cpp:69:
/usr/local/include/c++/3.2.1/backward/backward_warning.h:32:2: warning: #warning
This file includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <sstream> instead of the deprecated header <strstream.h>. To
disable this warning use -Wno-deprecated.