COIN-OR::LEMON - Graph Library

Changeset 2590:47c245b97199 in lemon-0.x


Ignore:
Timestamp:
03/01/08 21:07:29 (16 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3472
Message:

There is no 'long long int' type in C++98 (only in C99).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/graph-bench.cc

    r2553 r2590  
    4444  std::vector<Edge> equ(rat);
    4545 
    46   long long int count;
     46  long int count;
    4747 
    4848  for(count=0;count<rat;count++) {
Note: See TracChangeset for help on using the changeset viewer.