COIN-OR::LEMON - Graph Library

Changeset 223:cfadfeef706f in lemon-1.2


Ignore:
Timestamp:
07/18/08 17:36:54 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix compilation error when NDEBUG is defined.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/error_test.cc

    r209 r223  
    3030#ifdef LEMON_DISABLE_ASSERTS
    3131#undef LEMON_DISABLE_ASSERTS
     32#endif
     33
     34#ifdef NDEBUG
     35#undef NDEBUG
    3236#endif
    3337
Note: See TracChangeset for help on using the changeset viewer.