Ignore:
Timestamp:
Nov 23, 2022, 11:31:58 AM (17 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, master
Children:
93c10de
Parents:
20cf96d
Message:

Small fix to the exception header, the wrong trait was used in one place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.h

    r20cf96d r78de1e5  
    143143}
    144144
    145 forall(exceptT &, virtualT & | is_exception(exceptT, virtualT))
     145forall(exceptT &, virtualT & | is_termination_exception(exceptT, virtualT))
    146146static inline void defaultResumptionHandler(exceptT & except) {
    147147        throw except;
Note: See TracChangeset for help on using the changeset viewer.