Files
yaml-cpp/include/crt.h
T

12 lines
155 B
C
Raw Normal View History

#pragma once
2008-07-23 04:38:18 +00:00
// for detecting memory leaks
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
2008-09-03 22:17:17 +00:00
#endif // _DEBUG