stdutil: CMake-ify

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 15:54:06 +01:00
parent 826428bc1a
commit e8c8fbd2bf
3 changed files with 76 additions and 7 deletions
+3 -6
View File
@@ -1,5 +1,5 @@
#include "stdutil.h"
#include "stdutil.hpp"
#include <set>
#include <math.h>
@@ -127,11 +127,8 @@ void _cdecl operator delete[](void *q, const char *file, int line) { op_delete(q
#else
void trackmem(bool enable) {
}
void checkmem(ostream &out) {
}
#define trackmem
#define checkmem
#endif