[GME-commit] GMESRC/GME/ConstraintManager OCLTree.cpp,1.31,1.32
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Jun 22 18:40:24 CDT 2005
Update of /project/gme-repository/GMESRC/GME/ConstraintManager
In directory escher:/tmp/cvs-serv8105
Modified Files:
OCLTree.cpp
Log Message:
Bug reported by UDM team.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: OCLTree.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ConstraintManager/OCLTree.cpp,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** OCLTree.cpp 16 May 2005 20:35:18 -0000 1.31
--- OCLTree.cpp 22 Jun 2005 17:40:22 -0000 1.32
***************
*** 1282,1287 ****
if ( m_vecDeclarators[ 0 ].substr( 0, 1 ) == "!" ) {
! StringVector::iterator it = context.m_vecImplicits.end();
! context.m_vecImplicits.erase( it-- );
}
--- 1282,1286 ----
if ( m_vecDeclarators[ 0 ].substr( 0, 1 ) == "!" ) {
! context.m_vecImplicits.pop_back();
}
***************
*** 1530,1535 ****
contextIterator.m_ctxTypes.RemoveVariable( std::string( chBuffer ) );
! StringVector::iterator it = contextIterator.m_vecImplicits.end();
! contextIterator.m_vecImplicits.erase( it-- );
TypeSeq vecTypeIterator = m_vecArguments[ 0 ]->m_vecType;
--- 1529,1533 ----
contextIterator.m_ctxTypes.RemoveVariable( std::string( chBuffer ) );
! contextIterator.m_vecImplicits.pop_back();
TypeSeq vecTypeIterator = m_vecArguments[ 0 ]->m_vecType;
More information about the GME-commit
mailing list