dbertoni 00/08/22 13:57:35
Modified: c/src/TestXSLT process.cpp Log: Hoist std::less. Revision Changes Path 1.34 +2 -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.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- process.cpp 2000/08/22 20:17:17 1.33 +++ process.cpp 2000/08/22 20:57:33 1.34 @@ -138,10 +138,12 @@ using std::cout; using std::endl; using std::hex; +using std::less; using std::map; using std::string; using std::vector; #endif + /**
