dbertoni 2002/09/20 22:16:00
Modified: c/src/XSLT StylesheetConstructionContextDefault.cpp
Log:
Removed std::.
Revision Changes Path
1.21 +1 -1
xml-xalan/c/src/XSLT/StylesheetConstructionContextDefault.cpp
Index: StylesheetConstructionContextDefault.cpp
===================================================================
RCS file:
/home/cvs/xml-xalan/c/src/XSLT/StylesheetConstructionContextDefault.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- StylesheetConstructionContextDefault.cpp 21 Sep 2002 01:24:41 -0000
1.20
+++ StylesheetConstructionContextDefault.cpp 21 Sep 2002 05:16:00 -0000
1.21
@@ -576,7 +576,7 @@
#endif
XalanDOMChar* const theEnd =
- std::copy(theString, theString + theActualLength, theVector);
+ copy(theString, theString + theActualLength, theVector);
if (fTerminate == true)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]