lemon/time_measure.h
changeset 1855 c72636dcf0bd
parent 1851 78b5ea23f0f1
child 1875 98698b69a902
equal deleted inserted replaced
8:df78175e3129 9:afc24f1b466c
   468   ///
   468   ///
   469   class NoTimeReport
   469   class NoTimeReport
   470   {
   470   {
   471   public:
   471   public:
   472     ///\e
   472     ///\e
   473     NoTimeReport(std::string title,std::ostream &os=std::cerr,bool run=true) {}
   473     NoTimeReport(std::string,std::ostream &,bool) {}
       
   474     ///\e
       
   475     NoTimeReport(std::string,std::ostream &) {}
       
   476     ///\e
       
   477     NoTimeReport(std::string) {}
   474     ///\e Do nothing.
   478     ///\e Do nothing.
   475     ~NoTimeReport() {}
   479     ~NoTimeReport() {}
   476 
   480 
   477     operator TimeStamp () const { return TimeStamp(); }
   481     operator TimeStamp () const { return TimeStamp(); }
   478     void reset() {}
   482     void reset() {}