diff -r 3b4d5bc3b4fb -r f1fb0c31f952 benchmark/graph-bench.cc --- a/benchmark/graph-bench.cc Sat Mar 01 20:09:40 2008 +0000 +++ b/benchmark/graph-bench.cc Sun Mar 02 22:55:27 2008 +0000 @@ -43,7 +43,8 @@ //Edge equ[rat]; std::vector equ(rat); - long int count; + /// \bug There is no long long int type in C++98. + long long int count; for(count=0;count