Changeset 16ba4897 for src/ControlStruct
- Timestamp:
- Oct 9, 2024, 5:07:59 PM (12 months ago)
- Branches:
- master
- Children:
- 0766399
- Parents:
- 1b770e40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MultiLevelExit.cpp
r1b770e40 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.