Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/exception.hfa

    r5727c23 r21b0a23  
    160160
    161161#define _FORALL_CTOR0_DECLARATION(exception_name, assertions, parameters) \
    162         forall(_UNPACK assertions | VTABLE_ASSERTION(exception_name, parameters) ) \
     162        forall(_UNPACK assertions | VTABLE_ASSERTION(exception_name, assertions, parameters) ) \
     163                /*| { VTABLE_TYPE(exception_name) parameters VTABLE_NAME(exception_name); } ) */ \
    163164        void ?{}(exception_name parameters & this)
    164165
Note: See TracChangeset for help on using the changeset viewer.