COIN-OR::LEMON - Graph Library

Changeset 977:0e30f63d45d0 in lemon-1.2


Ignore:
Timestamp:
03/16/13 16:50:39 (11 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
978:af461bae0601, 994:6c8e2d8712d8
Phase:
public
Message:

Bugfix in assert.h (#461)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/assert.h

    r440 r977  
    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 : (                            \
Note: See TracChangeset for help on using the changeset viewer.