- File:
-
- 1 edited
-
src/ControlStruct/MultiLevelExit.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MultiLevelExit.cpp
rc248b39 r16ba4897 688 688 } 689 689 690 if ( !errors.isEmpty() ) { 691 throw errors; 692 } 690 errors.throwIfNonEmpty(); 693 691 return ret; 694 692 }
Note:
See TracChangeset
for help on using the changeset viewer.