Ignore:
Timestamp:
Oct 9, 2024, 5:34:36 PM (5 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
1a8b17a
Parents:
7d415b4 (diff), 16ba4897 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MultiLevelExit.cpp

    r7d415b4 r0766399  
    688688        }
    689689
    690         if ( !errors.isEmpty() ) {
    691                 throw errors;
    692         }
     690        errors.throwIfNonEmpty();
    693691        return ret;
    694692}
Note: See TracChangeset for help on using the changeset viewer.