MVC
0.0.1
headers
debug.h
См. документацию.
1
#pragma once
2
3
#define _PRETTY_ __PRETTY_FUNCTION__
4
#if (defined NDEBUG)
5
#define DEBUG_MODE(x)
6
#else
7
#define DEBUG_MODE(x) (x)
8
#endif
Создано системой
1.8.17