lemon/time_measure.h
changeset 280 e7f8647ce760
parent 210 81cfc04531e8
child 317 64f8f7cc6168
     1.1 --- a/lemon/time_measure.h	Mon Sep 22 10:56:01 2008 +0200
     1.2 +++ b/lemon/time_measure.h	Mon Jul 14 15:23:11 2008 +0100
     1.3 @@ -292,7 +292,6 @@
     1.4    ///\note If you want to measure the running time of the execution of a certain
     1.5    ///function, consider the usage of \ref TimeReport instead.
     1.6    ///
     1.7 -  ///\todo This shouldn't be Unix (Linux) specific.
     1.8    ///\sa TimeReport
     1.9    class Timer
    1.10    {
    1.11 @@ -487,7 +486,6 @@
    1.12    ///
    1.13    ///\sa Timer
    1.14    ///\sa NoTimeReport
    1.15 -  ///\todo There is no test case for this
    1.16    class TimeReport : public Timer
    1.17    {
    1.18      std::string _title;