dbertoni 01/01/08 10:13:12
Modified: c/src/Include VCPPDefinitions.hpp Log: New #define to compensate for Microsoft's old std::string implementation. Revision Changes Path 1.10 +4 -0 xml-xalan/c/src/Include/VCPPDefinitions.hpp Index: VCPPDefinitions.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/Include/VCPPDefinitions.hpp,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- VCPPDefinitions.hpp 2000/11/27 21:42:53 1.9 +++ VCPPDefinitions.hpp 2001/01/08 18:13:12 1.10 @@ -82,6 +82,10 @@ #define XALAN_LITLE_ENDIAN #define XALAN_NEWLINE_IS_CRLF +// This is defined because Microsoft's basic_string is old, and +// does not have some of the things that it ought, like push_back(). +// Eventually, they will get with it. +#define XALAN_OLD_STD_STRING #endif // VCPPDEFINITIONS_HEADER_GUARD_1357924680
