Changes in libcfa/src/exception.hfa [21b0a23:5727c23]
- File:
-
- 1 edited
-
libcfa/src/exception.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/exception.hfa
r21b0a23 r5727c23 160 160 161 161 #define _FORALL_CTOR0_DECLARATION(exception_name, assertions, parameters) \ 162 forall(_UNPACK assertions | VTABLE_ASSERTION(exception_name, assertions, parameters) ) \ 163 /*| { VTABLE_TYPE(exception_name) parameters VTABLE_NAME(exception_name); } ) */ \ 162 forall(_UNPACK assertions | VTABLE_ASSERTION(exception_name, parameters) ) \ 164 163 void ?{}(exception_name parameters & this) 165 164
Note:
See TracChangeset
for help on using the changeset viewer.