Show
Ignore:
Timestamp:
09/30/08 18:56:07 (5 years ago)
Author:
nishio
Message:

/lang/cplusplus/debugprint small fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/cplusplus/debugprint/debugprint.hpp

    r20221 r20293  
    66 
    77namespace debugprint{ 
    8 #define P(x) (std::string(#x) + ": " + common::repr(x)) 
     8#define P(x) (std::string(#x) + ": " + debugprint::common::repr(x)) 
    99// debug print 
    1010#define DP(x) std::cout << P(x) << std::endl;