| changeset 2 | b3afb9f1e801 |
| parent 0 | 6f7a81934006 |
| 1:30113bfbe723 | 2:b3afb9f1e801 |
|---|---|
1 /* $Id: trace.h 616 2005-08-19 20:11:01Z bruce $ */ |
|
1 #include "mystring.h" |
2 #include "mystring.h" |
2 |
3 |
3 #ifdef MYSTRING_TRACE |
4 #ifdef MYSTRING_TRACE |
4 ostream& operator<<(ostream& out, const mystringtmp& s); |
5 ostream& operator<<(ostream& out, const mystringtmp& s); |
5 #define trace(X) cerr << (void*)this << "->" << __PRETTY_FUNCTION__ << X << endl |
6 #define trace(X) cerr << (void*)this << "->" << __PRETTY_FUNCTION__ << X << endl |