COIN-OR::LEMON - Graph Library

Changeset 184:716b220697a0 in lemon-1.2 for test


Ignore:
Timestamp:
03/27/08 16:27:23 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Fix gcc-4.3 compilation errors and warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/test_tools.h

    r171 r184  
    2525
    2626#include <iostream>
     27#include <stdlib.h>
    2728
    2829///If \c rc is fail, writes an error message and exits.
     
    3738///print something like this (and then exits).
    3839///\verbatim file_name.cc:123: error: This is obviously false. \endverbatim
    39 ///
    40 ///\todo It should be in \c assert.h
    4140#define check(rc, msg) \
    4241  if(!(rc)) { \
Note: See TracChangeset for help on using the changeset viewer.