Ignore:
Timestamp:
Apr 25, 2010, 12:48:24 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
dd43a7
Parents:
c0332d
Message:

Small improvements to Observer code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Helpers/Assert.hpp

    rc0332d r65b413  
    268268                  static bool ignore = false; \
    269269                  _my_assert::check(false,"Exception caught",(message),__FILE__,__LINE__,ignore);\
    270                 }
     270                } do{(void)(0);}while(0)
    271271
    272272  #define ASSERT_DO(action)    do{_my_assert::setDefault(action);}while(0)
Note: See TracChangeset for help on using the changeset viewer.