Changeset 750 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Exception.cpp
- Timestamp:
- Sep 24, 2008, 2:02:16 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Exception.cpp
r745 r750 50 50 void ResolveJmpFinally() 51 51 { 52 BOOST_FOREACH( const PertialSchedule *pPertialSchedule, finallySchedules )52 foreach( const PertialSchedule *pPertialSchedule, finallySchedules ) 53 53 { 54 54 compiler.codeGenerator.opfix_JmpPertialSchedule( pPertialSchedule ); … … 192 192 193 193 int pos = 0; 194 BOOST_FOREACH( const CatchScope &catchScope, catchScopes )194 foreach( const CatchScope &catchScope, catchScopes ) 195 195 { 196 196 // パラメータのクラス名 … … 214 214 215 215 pos = 0; 216 BOOST_FOREACH( const CatchScope &catchScope, catchScopes )216 foreach( const CatchScope &catchScope, catchScopes ) 217 217 { 218 218 // パラメータのクラス名
Note:
See TracChangeset
for help on using the changeset viewer.