source:
src/examples/tools/print.h
@
a772d8ab
Last change on this file since a772d8ab was a772d8ab, checked in by , 9 years ago | |
---|---|
|
|
File size: 133 bytes |
Line | |
---|---|
1 | #pragma once |
2 | |
3 | #if _DEBUG |
4 | |
5 | #include <fstream> |
6 | |
7 | #define DEBUG_OUT(x) sout | x | endl; |
8 | |
9 | #else |
10 | |
11 | #define DEBUG_OUT(x) |
12 | |
13 | #endif //NO_CHECKS |
Note: See TracBrowser
for help on using the repository browser.