benchmark/graph-bench.cc
changeset 2592 f1fb0c31f952
parent 2590 47c245b97199
     1.1 --- a/benchmark/graph-bench.cc	Sat Mar 01 20:09:40 2008 +0000
     1.2 +++ b/benchmark/graph-bench.cc	Sun Mar 02 22:55:27 2008 +0000
     1.3 @@ -43,7 +43,8 @@
     1.4    //Edge equ[rat];
     1.5    std::vector<Edge> equ(rat);
     1.6    
     1.7 -  long int count;
     1.8 +  /// \bug There is no long long int type in C++98.
     1.9 +  long long int count;
    1.10    
    1.11    for(count=0;count<rat;count++) {
    1.12      equ[int(count%rat)]=G.addEdge(nodes[int((count*p)%n)],