equal
  deleted
  inserted
  replaced
  
    
    
     1 // -*- C++ -*- //  | 
     1 // -*- C++ -*- //  | 
     2   | 
     2   | 
     3 #ifndef HUGO_DEBUG_H  | 
     3 #ifndef LEMON_DEBUG_H  | 
     4 #define HUGO_DEBUG_H  | 
     4 #define LEMON_DEBUG_H  | 
     5   | 
     5   | 
     6 //! \file  | 
     6 //! \file  | 
     7 //! \brief Basic definitions for debug control.  | 
     7 //! \brief Basic definitions for debug control.  | 
     8   | 
     8   | 
     9 namespace hugo { | 
     9 namespace lemon { | 
    10   | 
    10   | 
    11   //! Debug mode for testing/debugging  | 
    11   //! Debug mode for testing/debugging  | 
    12   | 
    12   | 
    13   //! Use this debug mode if you want exhaustive range and consistency checks.  | 
    13   //! Use this debug mode if you want exhaustive range and consistency checks.  | 
    14   //! It also produces verbose debug messages.  | 
    14   //! It also produces verbose debug messages.  | 
    51   //!  | 
    51   //!  | 
    52   typedef DebugOff DefaultDebugMode;  | 
    52   typedef DebugOff DefaultDebugMode;  | 
    53 #endif  | 
    53 #endif  | 
    54   | 
    54   | 
    55 }  | 
    55 }  | 
    56 #endif // HUGO_DEBUG_H  | 
    56 #endif // LEMON_DEBUG_H  |