[GME-commit] GMESRC/GME/Core CoreProject.cpp,1.14,1.15

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Nov 9 14:11:53 CST 2004


Update of /var/lib/gme/GMESRC/GME/Core
In directory braindrain:/tmp/cvs-serv26988

Modified Files:
	CoreProject.cpp 
Log Message:
Endre's bug corrected. Iterator changes after erase (pop_front).


CVS User: zolmol

Index: CoreProject.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Core/CoreProject.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** CoreProject.cpp	13 Oct 2004 15:17:54 -0000	1.14
--- CoreProject.cpp	9 Nov 2004 20:11:45 -0000	1.15
***************
*** 1015,1019 ****
  
  	i = transactions.front().items.begin();
! 	ASSERT( e == transactions.front().items.end() );
  	while( i != e )
  	{
--- 1015,1019 ----
  
  	i = transactions.front().items.begin();
! 	e = transactions.front().items.end();
  	while( i != e )
  	{



More information about the GME-commit mailing list