Files
yaml-cpp/include/crt.h
T

12 lines
144 B
C
Raw Normal View History

2008-09-03 22:20:39 +00:00
#pragma once
// for detecting memory leaks
#ifdef _DEBUG
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
#endif // _DEBUG