You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/09/21 07:16:01 UTC

cvs commit: xml-xalan/c/src/XSLT StylesheetConstructionContextDefault.cpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org