Changes in src/Helpers/Verbose.cpp [952f38:bf3817]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Helpers/Verbose.cpp ¶
r952f38 rbf3817 1 using namespace std; 1 /** \file Verbose.cpp 2 * 3 * Function implementations for the class Verbose. 4 * 5 */ 6 7 // include config.h 8 #ifdef HAVE_CONFIG_H 9 #include <config.h> 10 #endif 2 11 3 12 #include "Helpers/MemDebug.hpp" … … 6 15 #include "Helpers/Verbose.hpp" 7 16 #include <iostream> 17 18 using namespace std; 8 19 9 20 /** Prints the tabs according to verbosity stored in the temporary constructed class.
Note:
See TracChangeset
for help on using the changeset viewer.