COIN-OR::LEMON - Graph Library

Ticket #461: 461_assert_bugfix_c043988e7973.patch

File 461_assert_bugfix_c043988e7973.patch, 797 bytes (added by Peter Kovacs, 11 years ago)
  • lemon/assert.h

    # HG changeset patch
    # User Peter Kovacs <kpeter@inf.elte.hu>
    # Date 1363449039 -3600
    # Node ID c043988e7973a3fb9f5a260e61a2620817da2707
    # Parent  1bafdbd2fc464a095fd0db4494bf42b0344ade84
    Bug fix in assert.h
    
    diff --git a/lemon/assert.h b/lemon/assert.h
    a b  
    199199                             LEMON_FUNCTION_NAME,                       \
    200200                             ::lemon::_assert_bits::cstringify(msg),    \
    201201                             #exp), 0)))
    202 #    if LEMON_ENABLE_DEBUG
     202#    if defined LEMON_ENABLE_DEBUG
    203203#      define LEMON_DEBUG(exp, msg)                                     \
    204204         (static_cast<void> (!!(exp) ? 0 : (                            \
    205205           LEMON_ASSERT_HANDLER(__FILE__, __LINE__,                     \