Changeset 20293 for lang/cplusplus/debugprint/debugprint.hpp
- Timestamp:
- 09/30/08 18:56:07 (5 years ago)
- Files:
-
- 1 modified
-
lang/cplusplus/debugprint/debugprint.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/debugprint/debugprint.hpp
r20221 r20293 6 6 7 7 namespace debugprint{ 8 #define P(x) (std::string(#x) + ": " + common::repr(x))8 #define P(x) (std::string(#x) + ": " + debugprint::common::repr(x)) 9 9 // debug print 10 10 #define DP(x) std::cout << P(x) << std::endl;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)