Changeset 65b413 for molecuilder/src/Helpers/Assert.hpp
- Timestamp:
- Apr 25, 2010, 12:48:24 PM (16 years ago)
- Children:
- dd43a7
- Parents:
- c0332d
- File:
-
- 1 edited
-
molecuilder/src/Helpers/Assert.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Helpers/Assert.hpp
rc0332d r65b413 268 268 static bool ignore = false; \ 269 269 _my_assert::check(false,"Exception caught",(message),__FILE__,__LINE__,ignore);\ 270 } 270 } do{(void)(0);}while(0) 271 271 272 272 #define ASSERT_DO(action) do{_my_assert::setDefault(action);}while(0)
Note:
See TracChangeset
for help on using the changeset viewer.
