Changeset 20293 for lang/cplusplus/debugprint/indented_debugprint.hpp
- Timestamp:
- 09/30/08 18:56:07 (5 years ago)
- Files:
-
- 1 modified
-
lang/cplusplus/debugprint/indented_debugprint.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/debugprint/indented_debugprint.hpp
r20221 r20293 27 27 Indenter indent; 28 28 29 #define P(x) (std::string(#x) + ": " + common::repr(x))29 #define P(x) (std::string(#x) + ": " + debugprint::common::repr(x)) 30 30 // debug print 31 31 #define DP(x) indent.indent() << P(x) << std::endl; indent.head_of_line = true; … … 38 38 #define END(x) indent.pop(); indent.indent() << "END " << P(x) << std::endl; 39 39 40 41 40 } 42 41
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)