auriemma 00/10/17 06:28:55
Modified: c/src/XSLT XalanTemplate.cpp Log: More explicit template instantiation. Revision Changes Path 1.7 +1 -1 xml-xalan/c/src/XSLT/XalanTemplate.cpp Index: XalanTemplate.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XSLT/XalanTemplate.cpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- XalanTemplate.cpp 2000/10/12 21:11:43 1.6 +++ XalanTemplate.cpp 2000/10/17 13:28:54 1.7 @@ -192,7 +192,7 @@ static VariablesStack::ParamsVectorType theParamsVector; static ElemNumber::NumberingResourceBundleMapType theNumberingResourceBundleMapType; static XalanTranscodingServices::MaximumCharacterValueMapType theMaximumCharacterValueMapType; - +static set<XalanNode*, less<XalanNode*> > theInstanceSetType; static void foo()
