[GME-commit] GMESRC/GME/Include/xalanc/XSLT StylesheetRoot.cpp,1.1.1.1,1.2

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Apr 20 18:04:20 CDT 2004


Update of /var/lib/gme/GMESRC/GME/Include/xalanc/XSLT
In directory braindrain:/tmp/cvs-serv2392/xalanc/XSLT

Modified Files:
	StylesheetRoot.cpp 
Log Message:
Modified files for recompilation of XALAN with SGI stl.
Modified Files:
 	xalanc/Include/VCPPDefinitions.hpp 
 	xalanc/PlatformSupport/DoubleSupport.cpp 
 	xalanc/XSLT/StylesheetRoot.cpp 
 	xalanc/XalanDOM/XalanDOMString.cpp 
 	xalanc/XalanTransformer/XalanCAPI.cpp 


CVS User: zolmol

Index: StylesheetRoot.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Include/xalanc/XSLT/StylesheetRoot.cpp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** StylesheetRoot.cpp	8 Apr 2004 07:57:28 -0000	1.1.1.1
--- StylesheetRoot.cpp	20 Apr 2004 22:04:17 -0000	1.2
***************
*** 801,805 ****
  		assert(m_keyDeclarations.empty() == false);
  
! 		const KeyTablesTableType::const_iterator	i =
  			theKeysTable.find(theKeyNode);
  
--- 801,805 ----
  		assert(m_keyDeclarations.empty() == false);
  
! 		const KeyTablesTableType::iterator	i =
  			theKeysTable.find(theKeyNode);
  



More information about the GME-commit mailing list