source: src/examples/gc_no_raii/src/tools/print.h @ 00c32e9

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 00c32e9 was df4aea7, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

all implemented files compile

  • Property mode set to 100644
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.