Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class:public std::ostream{}debug;
- #ifndef DEBUG
- #undef DEBUG
- #define DEBUG debug
- #endif
- //g++ ... -DDEBUG=std::cerr /*logovanie na cerr*/
- //g++ ... -DDEBUG=std::cout /*logovanie na cout*/
- //g++ ... /*bex debug*/ /*neloguj debug*/
Advertisement
Add Comment
Please, Sign In to add comment