[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
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
ConnJoint.cpp,1.9,1.10 Dumper.cpp,1.26,1.27 Dumper.h,1.8,1.9
FolderRep.cpp,1.8,1.9 ModelRep.cpp,1.14,1.15
- Next message: [GME-commit] GMESRC/GME/Gme GMEEventLogger.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 )
{
- Previous message: [GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
ConnJoint.cpp,1.9,1.10 Dumper.cpp,1.26,1.27 Dumper.h,1.8,1.9
FolderRep.cpp,1.8,1.9 ModelRep.cpp,1.14,1.15
- Next message: [GME-commit] GMESRC/GME/Gme GMEEventLogger.h,1.11,1.12
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list