COIN-OR::LEMON - Graph Library

Changes in / [1096:6c8e2d8712d8:1095:ad40f7d32846] in lemon-main


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/assert.h

    r1072 r440  
    200200                             ::lemon::_assert_bits::cstringify(msg),    \
    201201                             #exp), 0)))
    202 #    if defined LEMON_ENABLE_DEBUG
     202#    if 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.