auriemma 00/09/29 07:40:45
Modified: c/src/TestXSLT process.cpp Log: More AIX template instantiations. Revision Changes Path 1.41 +5 -0 xml-xalan/c/src/TestXSLT/process.cpp Index: process.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- process.cpp 2000/09/27 16:41:35 1.40 +++ process.cpp 2000/09/29 14:40:44 1.41 @@ -236,6 +236,11 @@ + +#if defined(XALAN_NEEDS_EXPLICIT_TEMPLATE_INSTANTIATION) +#include<stl/_tree.c> +#endif + typedef map<CharVectorType, CharVectorType, less<CharVectorType> > String2StringMapType;
