COIN-OR::LEMON - Graph Library

Changeset 1242:0e30f63d45d0 in lemon for lemon


Ignore:
Timestamp:
03/16/13 16:50:39 (11 years ago)
Author:
Peter Kovacs <kpeter@…>
Branch:
default
Children:
1243:79f149ee0230, 1244:af461bae0601, 1245:73c892335e74, 1285:6c8e2d8712d8
Phase:
public
Message:

Bugfix in assert.h (#461)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/assert.h

    r463 r1242  
    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.