Changeset 210:81cfc04531e8 in lemon-1.2 for lemon/assert.h
- Timestamp:
- 07/13/08 21:09:47 (17 years ago)
- Branch:
- default
- Children:
- 211:542dd614cbb4, 212:1ae84dea7d09, 214:60eecd3fe37a, 216:6d7bfcf5b48e
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/assert.h
r209 r210 152 152 /// function. 153 153 /// \code 154 /// void custom_assert_handler(const char* file, int line, const char* function, 155 /// const char* message, const char* assertion); 154 /// void custom_assert_handler(const char* file, int line, 155 /// const char* function, const char* message, 156 /// const char* assertion); 156 157 /// \endcode 157 158 /// The name of the function should be defined as the \c … … 186 187 # define LEMON_FIXME(msg) \ 187 188 (LEMON_ASSERT_HANDLER(__FILE__, __LINE__, LEMON_FUNCTION_NAME, \ 188 ::lemon::_assert_bits::cstringify(msg), 189 ::lemon::_assert_bits::cstringify(msg), \ 189 190 static_cast<const char*>(0))) 190 191 … … 241 242 LEMON_ASSERT_HANDLER(__FILE__, __LINE__, \ 242 243 LEMON_FUNCTION_NAME, \ 243 ::lemon::_assert_bits::cstringify(msg), 244 ::lemon::_assert_bits::cstringify(msg), \ 244 245 #exp), 0))) 245 246 # else
Note: See TracChangeset
for help on using the changeset viewer.