source: src/examples/gc_no_raii/tools/print.h @ 0ada2f0

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

added some files for the garbage collector and hack together the compilation

  • Property mode set to 100644
File size: 151 bytes
Line 
1#pragma once
2
3#if _DEBUG
4
5#include "fstream.h"
6
7extern ofstream *sout;
8
9#define DEBUG(x) sout | x | endl;
10
11#else
12
13#define DEBUG(x)
14
15#endif //NO_CHECKS
Note: See TracBrowser for help on using the repository browser.