gravatar
kpeter (Peter Kovacs)
kpeter@inf.elte.hu
Bug fix in assert.h (ticket #125)
0 1 0
default
1 file changed with 1 insertions and 1 deletions:
↑ Collapse diff ↑
Ignore white space 4 line context
... ...
@@ -238,5 +238,5 @@
238 238

	
239 239
#    if LEMON_ENABLE_DEBUG
240
#      define LEMON_DEBUG(exp, msg)
240
#      define LEMON_DEBUG(exp, msg)                                     \
241 241
         (static_cast<void> (!!(exp) ? 0 : (                            \
242 242
           LEMON_ASSERT_HANDLER(__FILE__, __LINE__,                     \
0 comments (0 inline)